]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
perf stat: Remove duplicated include in stat-shadow.c
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 23 Jul 2025 07:04:18 +0000 (15:04 +0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 23 Jul 2025 17:48:29 +0000 (10:48 -0700)
The header files rblist.h is included twice in stat-shadow.c,
so one inclusion of each can be removed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22933
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250723070418.2195172-1-yang.lee@linux.alibaba.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/stat-shadow.c

index 2b4950f56fae96438396d035c4b16cec7cfdedd0..abaf6b579bfc22c16ce1fb5a8e5646b0fdb0533c 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/zalloc.h>
 #include "iostat.h"
 #include "util/hashmap.h"
-#include "rblist.h"
 #include "tool_pmu.h"
 
 struct stats walltime_nsecs_stats;