* src/threads/posix/threads.c: Renamed from here...
[cacao.git] / src / vm / signal.c
index 3b6595d5a4dba40cf7b18ea84b0d45a3944b5085..14e18c873ee555c034454d8bb27fbeb368030d0b 100644 (file)
 
 #include "native/llni.h"
 
-#if defined(ENABLE_THREADS)
-# include "threads/threads-common.h"
-#else
-# include "threads/none/threads.h"
-#endif
+#include "threads/thread.h"
 
 #include "toolbox/logging.h"