Skip to content

Commit cda4356

Browse files
committed
Remove unnecessary headers from base alloc
1 parent 4760e50 commit cda4356

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/base_alloc/base_alloc_linux.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66
*/
77

88
#include <assert.h>
9-
#include <stdio.h>
109
#include <sys/mman.h>
11-
#include <sys/syscall.h>
1210
#include <unistd.h>
1311

14-
#include "base_alloc.h"
15-
#include "base_alloc_global.h"
1612
#include "utils_concurrency.h"
1713

1814
static UTIL_ONCE_FLAG Page_size_is_initialized = UTIL_ONCE_FLAG_INIT;

0 commit comments

Comments
 (0)