]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/threadno.cpp
For consistency with other ports, send TEXT event after SELECTED event
[wxWidgets.git] / src / gtk / threadno.cpp
index 4ac3f05954e56e85e1a96eb94b923191f27727a7..deb4a9251c837854c7ff51fb2e3d921b68b732a7 100644 (file)
@@ -9,13 +9,12 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // 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/wx.h"
 #include "wx/module.h"
-#include "wx/thread.h"
 #include "wx/log.h"
 
 wxMutex::wxMutex()
 #include "wx/log.h"
 
 wxMutex::wxMutex()