mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-15 03:53:12 -05:00
perf stat: Remove duplicated include in stat-shadow.c
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user