From 606f70ab7f5ace535514a5fa6f9ad62ae6e515eb Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 27 Oct 2022 17:42:52 -0300 Subject: [PATCH] perf mmap: Remove several unneeded includes from util/mmap.h Those headers are not needed in util/mmap.h, remove them. Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/mmap.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/perf/util/mmap.h b/tools/perf/util/mmap.h index cd4ccec..f944c3c 100644 --- a/tools/perf/util/mmap.h +++ b/tools/perf/util/mmap.h @@ -2,18 +2,13 @@ #define __PERF_MMAP_H 1 #include -#include -#include #include -#include #include #include -#include #ifdef HAVE_AIO_SUPPORT #include #endif #include "auxtrace.h" -#include "event.h" #include "util/compress.h" struct aiocb; -- 2.7.4