[PATCH v7 03/22] perf python: Remove unused #include
From: Ian Rogers
Date: Mon Nov 18 2024 - 20:18:01 EST
Remove unused #include of bpf-filter.h.
Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
Acked-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
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