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/ui/browsers/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/ui/browsers/annotate.c')
| -rw-r--r-- | tools/perf/ui/browsers/annotate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index ac74ed2c23a0..82207db8f97c 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -2,7 +2,6 @@ #include "../browser.h" #include "../helpline.h" #include "../ui.h" -#include "../util.h" #include "../../util/annotate.h" #include "../../util/debug.h" #include "../../util/dso.h" |
