* configure.ac: Added check for sys/utsname.h header.
[cacao.git] / src / mm / codememory.c
index c3e00384cabd03751410120125a8d08eeb40dd85..38edd13b7637deafddc01988818a040d94c5ba60 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <stdint.h>
 #include <stdlib.h>
-#include <sys/mman.h> /* REMOVEME */
 
 #include "threads/mutex.hpp"
 #include "threads/thread.hpp"