]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
changed calls to wxMac's private wxColour::Set to use the renamed function wxColour...
[wxWidgets.git] / src / unix / threadpsx.cpp
index d7237bb4712ede0f7214211a5cfa53065ba6113c..6d2db0b9567be6a2abce01d1f61227688747fb97 100644 (file)
 
 #if wxUSE_THREADS
 
 
 #if wxUSE_THREADS
 
+#include "wx/thread.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
 #endif
 
-#include "wx/thread.h"
 #include "wx/module.h"
 #include "wx/utils.h"
 #include "wx/module.h"
 #include "wx/utils.h"
-#include "wx/log.h"
-#include "wx/intl.h"
 #include "wx/timer.h"
 #include "wx/stopwatch.h"
 
 #include "wx/timer.h"
 #include "wx/stopwatch.h"