From: Arnaldo Carvalho de Melo Date: Thu, 27 Oct 2022 20:42:52 +0000 (-0300) Subject: perf mmap: Remove several unneeded includes from util/mmap.h X-Git-Tag: v6.2-rc1~64^2~194 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=606f70ab7f5ace535514a5fa6f9ad62ae6e515eb;p=linux-2.6-block.git 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 --- diff --git a/tools/perf/util/mmap.h b/tools/perf/util/mmap.h index cd4ccec7f361..f944c3cd5efa 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;