mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-05 09:57:21 +02:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user