aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf-loader.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-08-29 18:42:40 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-08-29 20:38:32 +0000
commit0ac25fd0a04d8bd52ceac2476e71a4e497489987 (patch)
treec00396103c4b374aaaec012c968cbe8e696cd0ac /tools/perf/util/bpf-loader.c
parentperf tools: Remove needless perf.h include directive from headers (diff)
downloadkernel-0ac25fd0a04d8bd52ceac2476e71a4e497489987.tar.gz
kernel-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 <[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/bpf-loader.c')
-rw-r--r--tools/perf/util/bpf-loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/bpf-loader.c b/tools/perf/util/bpf-loader.c
index 80a828e75cf6..c1a57323e25d 100644
--- a/tools/perf/util/bpf-loader.c
+++ b/tools/perf/util/bpf-loader.c
@@ -14,7 +14,6 @@
#include <linux/string.h>
#include <linux/zalloc.h>
#include <errno.h>
-#include "perf.h"
#include "debug.h"
#include "evlist.h"
#include "bpf-loader.h"