Commit 606f70ab authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf mmap: Remove several unneeded includes from util/mmap.h



Those headers are not needed in util/mmap.h, remove them.

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent fd8d5a3b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2,18 +2,13 @@
#define __PERF_MMAP_H 1

#include <internal/mmap.h>
#include <linux/compiler.h>
#include <linux/refcount.h>
#include <linux/types.h>
#include <linux/ring_buffer.h>
#include <linux/bitops.h>
#include <perf/cpumap.h>
#include <stdbool.h>
#ifdef HAVE_AIO_SUPPORT
#include <aio.h>
#endif
#include "auxtrace.h"
#include "event.h"
#include "util/compress.h"

struct aiocb;