diff options
author | YueHaibing <[email protected]> | 2020-09-15 16:15:41 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-09-17 15:48:49 -0300 |
commit | a803fbe61d973ca3d65d2892a62d5fcbe6d195ff (patch) | |
tree | 602d5842150a2251de5e701c1f27827103289792 | |
parent | 328781df86fa8f9299219c74ffae876bd625c6d1 (diff) |
perf metric: Remove duplicate include
Remove duplicate header which is included twice.
Signed-off-by: YueHaibing <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/tests/parse-metric.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/tests/parse-metric.c b/tools/perf/tests/parse-metric.c index cd7331aac3bd..aea4f970fccc 100644 --- a/tools/perf/tests/parse-metric.c +++ b/tools/perf/tests/parse-metric.c @@ -11,8 +11,6 @@ #include "debug.h" #include "expr.h" #include "stat.h" -#include <perf/cpumap.h> -#include <perf/evlist.h> static struct pmu_event pme_test[] = { { |