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 <nichen@iscas.ac.cn>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
Chen Ni 2026-03-18 11:49:32 +08:00 committed by Namhyung Kim
parent ebbc5ce26e
commit 4138987f8a

View 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>