diff options
Diffstat (limited to 'tools/perf/util/jitdump.c')
-rw-r--r-- | tools/perf/util/jitdump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/jitdump.c b/tools/perf/util/jitdump.c index b80f29bfc7bb..9f9c6c6a2fd3 100644 --- a/tools/perf/util/jitdump.c +++ b/tools/perf/util/jitdump.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/stringify.h> | 15 | #include <linux/stringify.h> |
16 | 16 | ||
17 | #include "build-id.h" | 17 | #include "build-id.h" |
18 | #include "util.h" | ||
19 | #include "event.h" | 18 | #include "event.h" |
20 | #include "debug.h" | 19 | #include "debug.h" |
21 | #include "evlist.h" | 20 | #include "evlist.h" |
@@ -27,7 +26,6 @@ | |||
27 | #include "jit.h" | 26 | #include "jit.h" |
28 | #include "jitdump.h" | 27 | #include "jitdump.h" |
29 | #include "genelf.h" | 28 | #include "genelf.h" |
30 | #include "../builtin.h" | ||
31 | 29 | ||
32 | #include <linux/ctype.h> | 30 | #include <linux/ctype.h> |
33 | #include <linux/zalloc.h> | 31 | #include <linux/zalloc.h> |