diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 20:42:40 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 22:38:32 +0200 |
commit | 0ac25fd0a04d8bd52ceac2476e71a4e497489987 (patch) | |
tree | c00396103c4b374aaaec012c968cbe8e696cd0ac /tools/perf/util/bpf-prologue.c | |
parent | perf tools: Remove needless perf.h include directive from headers (diff) | |
download | linux-0ac25fd0a04d8bd52ceac2476e71a4e497489987.tar.xz linux-0ac25fd0a04d8bd52ceac2476e71a4e497489987.zip |
perf tools: Remove perf.h from source files not needing it
With the movement of lots of stuff out of perf.h to other headers we
ended up not needing it in lots of places, remove it from those places.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-c718m0sxxwp73lp9d8vpihb4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/bpf-prologue.c')
-rw-r--r-- | tools/perf/util/bpf-prologue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/bpf-prologue.c b/tools/perf/util/bpf-prologue.c index 77e4891e17b0..09e6c76e1c3b 100644 --- a/tools/perf/util/bpf-prologue.c +++ b/tools/perf/util/bpf-prologue.c @@ -8,7 +8,6 @@ */ #include <bpf/libbpf.h> -#include "perf.h" #include "debug.h" #include "bpf-loader.h" #include "bpf-prologue.h" |