]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/toplevel.cpp
don't call fputs() with NULL buffer, it crashes
[wxWidgets.git] / src / os2 / toplevel.cpp
index afa7e6754bb5dce3eae316d3fb34e11affc2f721..94819c9f83a6d1acf61868552477323a45ed972f 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/toplevel.h"
+
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/toplevel.h"
     #include "wx/dialog.h"
     #include "wx/string.h"
     #include "wx/log.h"
@@ -35,9 +36,9 @@
     #include "wx/control.h"
     #include "wx/containr.h"        // wxSetFocusToChild()
     #include "wx/settings.h"
+    #include "wx/module.h"        // wxSetFocusToChild()
 #endif //WX_PRECOMP
 
-#include "wx/module.h"        // wxSetFocusToChild()
 #include "wx/os2/private.h"
 
 // ----------------------------------------------------------------------------