[PATCH v6 03/22] perf python: Remove unused #include

Ian Rogers posted 22 patches 2 weeks ago
There is a newer version of this series
[PATCH v6 03/22] perf python: Remove unused #include
Posted by Ian Rogers 2 weeks ago
Remove unused #include of bpf-filter.h.

Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/util/python.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c
index 945fb7bee0af..e2109f6c7ead 100644
--- a/tools/perf/util/python.c
+++ b/tools/perf/util/python.c
@@ -16,7 +16,6 @@
 #include "thread_map.h"
 #include "trace-event.h"
 #include "mmap.h"
-#include "util/bpf-filter.h"
 #include "util/env.h"
 #include "util/kvm-stat.h"
 #include "util/stat.h"
-- 
2.47.0.277.g8800431eea-goog