From 4138987f8a90574f4d5881afa5db4c5f78553811 Mon Sep 17 00:00:00 2001 From: Chen Ni Date: Wed, 18 Mar 2026 11:49:32 +0800 Subject: [PATCH] perf tools: Remove duplicate include of stat.h Remove duplicate inclusion of stat.h in intel-tpebs.c to clean up redundant code. Signed-off-by: Chen Ni Reviewed-by: Ian Rogers Signed-off-by: Namhyung Kim --- tools/perf/util/intel-tpebs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/intel-tpebs.c b/tools/perf/util/intel-tpebs.c index 3c958d738ca6..2af5455488b2 100644 --- a/tools/perf/util/intel-tpebs.c +++ b/tools/perf/util/intel-tpebs.c @@ -22,7 +22,6 @@ #include "tool.h" #include "cpumap.h" #include "metricgroup.h" -#include "stat.h" #include #include #include