]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.hxx
Merge branch 'topics/condexp' into next
[simgear.git] / simgear / threads / SGThread.hxx
index 5179ab80cb02f01715c5bfe2604180fce68637a1..477ca458f354b6f10807e766a00aa3f006386b1d 100644 (file)
 #include <simgear/compiler.h>
 
 #include <pthread.h>
-#if defined ( SG_HAVE_STD_INCLUDES )
-#  include <cassert>
-#  include <cerrno>
-#else
-#  include <assert.h>
-#  include <sys/errno.h>
-#endif
+#include <cassert>
+#include <cerrno>
 
 class SGThread;