]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf tools: Remove duplicate include of stat.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 18 Mar 2026 03:49:32 +0000 (11:49 +0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 18 Mar 2026 18:51:17 +0000 (11:51 -0700)
Remove duplicate inclusion of stat.h in intel-tpebs.c to clean up
redundant code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/intel-tpebs.c

index 3c958d738ca6ca5134c71cc9e43c434f4c341bdb..2af5455488b2d82b528f20bdceacff1c3ed58ffc 100644 (file)
@@ -22,7 +22,6 @@
 #include "tool.h"
 #include "cpumap.h"
 #include "metricgroup.h"
-#include "stat.h"
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <errno.h>