Skip to content

Commit 8d33834

Browse files
Yang Liacmel
authored andcommitted
perf stat: Remove duplicated include in builtin-stat.c
util/topdown.h is included twice in builtin-stat.c, remove one of them. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Tested-by: Ian Rogers <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1818 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 0029e8a commit 8d33834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/perf/builtin-stat.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
#include "util/bpf_counter.h"
7272
#include "util/iostat.h"
7373
#include "util/pmu-hybrid.h"
74-
#include "util/topdown.h"
7574
#include "asm/bug.h"
7675

7776
#include <linux/time64.h>

0 commit comments

Comments
 (0)