[PATCH v5 03/21] perf python: Remove unused #include

Ian Rogers posted 21 patches 3 weeks, 3 days ago
There is a newer version of this series
[PATCH v5 03/21] perf python: Remove unused #include
Posted by Ian Rogers 3 weeks, 3 days 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.163.g1226f6d8fa-goog
Re: [PATCH v5 03/21] perf python: Remove unused #include
Posted by Arnaldo Carvalho de Melo 3 weeks, 3 days ago
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