about summary refs log tree commit diff
path: root/src/mman/munmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mman/munmap.c')
-rw-r--r--src/mman/munmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mman/munmap.c b/src/mman/munmap.c
index 91aefd40..8488d75c 100644
--- a/src/mman/munmap.c
+++ b/src/mman/munmap.c
@@ -1,4 +1,3 @@
-#include <unistd.h>
 #include <sys/mman.h>
 #include "syscall.h"
 #include "libc.h"