diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2019-09-03 13:56:06 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-09-20 12:19:20 +0000 |
| commit | fb71c86cc804b8f490fce1b9140014043ec41858 (patch) | |
| tree | 741cbd1130d2f081af0442c653851b6e24f0fe5d /tools/perf/util/annotate.c | |
| parent | perf tools: Remove debug.h from places where it is not needed (diff) | |
| download | kernel-fb71c86cc804b8f490fce1b9140014043ec41858.tar.gz kernel-fb71c86cc804b8f490fce1b9140014043ec41858.zip | |
perf tools: Remove util.h from where it is not needed
Check that it is not needed and remove, fixing up some fallout for
places where it was only serving to get something else.
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
| -rw-r--r-- | tools/perf/util/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 1748f528b6e9..d441cca6a517 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -14,7 +14,7 @@ #include <bpf/btf.h> #include <bpf/libbpf.h> #include <linux/btf.h> -#include "util.h" +#include "util.h" // hex_width() #include "ui/ui.h" #include "sort.h" #include "build-id.h" |
