Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <acme@redhat.com>

-5
-5
tools/perf/util/mmap.h
··· 2 2 #define __PERF_MMAP_H 1 3 3 4 4 #include <internal/mmap.h> 5 - #include <linux/compiler.h> 6 - #include <linux/refcount.h> 7 5 #include <linux/types.h> 8 - #include <linux/ring_buffer.h> 9 6 #include <linux/bitops.h> 10 7 #include <perf/cpumap.h> 11 - #include <stdbool.h> 12 8 #ifdef HAVE_AIO_SUPPORT 13 9 #include <aio.h> 14 10 #endif 15 11 #include "auxtrace.h" 16 - #include "event.h" 17 12 #include "util/compress.h" 18 13 19 14 struct aiocb;