]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Removed outdated initialization.
[wxWidgets.git] / src / gtk1 / window.cpp
index 02c70feb3c7c53613f4f0583ef0af922b55a3879..cda6b3fae34875c2f95cf3483d9ab8d48baf6e9c 100644 (file)
     #include "wx/msgdlg.h"
     #include "wx/textctrl.h"
     #include "wx/combobox.h"
+    #include "wx/layout.h"
+    #include "wx/statusbr.h"
+    #include "wx/math.h"
 #endif
 
-#include "wx/layout.h"
 #include "wx/module.h"
 
 #if wxUSE_DRAG_AND_DROP
     #include "wx/caret.h"
 #endif // wxUSE_CARET
 
-#include "wx/statusbr.h"
 #include "wx/fontutil.h"
 
 #ifdef __WXDEBUG__
     #include "wx/thread.h"
 #endif
 
-#include "wx/math.h"
 #include <ctype.h>
 
 #include "wx/gtk1/private.h"