]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadno.cpp
no changes but more comments in DoSetClientSize() (explains the change of rev 1.624...
[wxWidgets.git] / src / gtk1 / threadno.cpp
index 4ac3f05954e56e85e1a96eb94b923191f27727a7..deb4a9251c837854c7ff51fb2e3d921b68b732a7 100644 (file)
@@ -9,13 +9,12 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-    #pragma implementation "thread.h"
-#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
+#include "wx/thread.h"
 #include "wx/wx.h"
 #include "wx/module.h"
-#include "wx/thread.h"
 #include "wx/log.h"
 
 wxMutex::wxMutex()