Changed the makefile system to autoconf/automake.
[cacao.git] / mm / heap.old.c
index dd1feacb97e41ca2b6cf2a9a9cb109af04681ae9..1936c83299375ed4c844f5174ade95d65196d53a 100644 (file)
 #include <assert.h>
 #include <sys/mman.h>
 #include <unistd.h>
-#include "../global.h"
-#include "../tables.h"
-#include "../asmpart.h"
-#include "../callargs.h"
-
-#include "../threads/thread.h"                  /* schani */
-#include "../threads/locks.h"
-#include "../sysdep/threads.h"
+#include "global.h"
+#include "tables.h"
+#include "asmpart.h"
+#include "callargs.h"
+
+#include "threads/thread.h"                  /* schani */
+#include "threads/locks.h"
+#include "threads.h"