]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/toplevel.cpp
Minor header cleaning.
[wxWidgets.git] / src / mgl / toplevel.cpp
index 80646a601ffb27f3691971fc03bb5596aee64649..65a6371dbd7b03330807bd50c2652d3b06514a90 100644 (file)
@@ -7,6 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 // ============================================================================
 // declarations
 // ============================================================================
 // headers
 // ----------------------------------------------------------------------------
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
+#include "wx/toplevel.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
-    #include "wx/toplevel.h"
     #include "wx/app.h"
 #endif // WX_PRECOMP