[PATCH v2 03/16] perf python: Remove unused #include

Ian Rogers posted 16 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v2 03/16] perf python: Remove unused #include
Posted by Ian Rogers 1 month, 1 week ago
Remove unused #include of bpf-filter.h.

Signed-off-by: Ian Rogers <irogers@google.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 13dad27169a0..974578a04099 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/kwork.h"
-- 
2.47.0.rc1.288.g06298d1525-goog