mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
ebbc5ce26e
commit
4138987f8a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user