On Wed, Oct 30, 2024 at 06:42:34PM -0700, Ian Rogers wrote:
> Remove unused #include of bpf-filter.h.
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> 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.163.g1226f6d8fa-goog