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

Ian Rogers posted 22 patches 4 days, 13 hours ago
[PATCH v7 03/22] perf python: Remove unused #include
Posted by Ian Rogers 4 days, 13 hours 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 e04c05612830..140437042a73 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.338.g60cca15819-goog