diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2019-08-29 19:18:59 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-08-31 22:10:19 +0000 |
| commit | 8520a98dbab61e9e340cdfb72dd17ccc8a98961e (patch) | |
| tree | 7a589c16906e4eb8c238c2281faeab57fefa613c /tools/perf/builtin-diff.c | |
| parent | perf tools: Remove debug.h from header files not needing it (diff) | |
| download | kernel-8520a98dbab61e9e340cdfb72dd17ccc8a98961e.tar.gz kernel-8520a98dbab61e9e340cdfb72dd17ccc8a98961e.zip | |
perf debug: Remove needless include directives from debug.h
All we need there is a forward declaration for 'union perf_event', so
remove it from there and add missing header directives in places using
things from this indirect include.
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/builtin-diff.c')
| -rw-r--r-- | tools/perf/builtin-diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index ae4a8ebf90d2..827e4800d862 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c @@ -24,6 +24,7 @@ #include "util/annotate.h" #include "util/map.h" #include <linux/zalloc.h> +#include <subcmd/pager.h> #include <subcmd/parse-options.h> #include <errno.h> |
