diff options
Diffstat (limited to 'tools/perf/util/zlib.c')
-rw-r--r-- | tools/perf/util/zlib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/util/zlib.c b/tools/perf/util/zlib.c index 59d456f716e9..78d2297c1b67 100644 --- a/tools/perf/util/zlib.c +++ b/tools/perf/util/zlib.c | |||
@@ -7,11 +7,9 @@ | |||
7 | #include <sys/mman.h> | 7 | #include <sys/mman.h> |
8 | #include <zlib.h> | 8 | #include <zlib.h> |
9 | #include <linux/compiler.h> | 9 | #include <linux/compiler.h> |
10 | #include <internal/lib.h> | ||
10 | 11 | ||
11 | #include "util/compress.h" | 12 | #include "util/compress.h" |
12 | #include "util/util.h" | ||
13 | #include "util/debug.h" | ||
14 | |||
15 | 13 | ||
16 | #define CHUNK_SIZE 16384 | 14 | #define CHUNK_SIZE 16384 |
17 | 15 | ||