* configure.ac: Added check for mach/mach.h header.
[cacao.git] / src / threads / posix / thread-posix.cpp
index 031823ee561e9a7a6a3c2b3c62b4b138b43a3a50..8e855c90bed103e4784f7f862137f0f72a42b5f5 100644 (file)
@@ -81,7 +81,6 @@
 #include "vm/jit/asmpart.h"
 
 #if defined(__DARWIN__)
-# include <mach/mach.h>
 
 typedef struct {
        Mutex* mutex;