]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Applied Patch #1502801: Missing Clone() functions from some events
[wxWidgets.git] / src / gtk1 / window.cpp
index fdc9421a8dd6da939b621ff6bf93e30faedc11a9..78ea9235acdf530751660ef45479174a41c43309 100644 (file)
     #include "wx/dialog.h"
     #include "wx/settings.h"
     #include "wx/msgdlg.h"
+    #include "wx/textctrl.h"
+    #include "wx/combobox.h"
+    #include "wx/layout.h"
 #endif
 
-#include "wx/layout.h"
 #include "wx/module.h"
-#include "wx/combobox.h"
 
 #if wxUSE_DRAG_AND_DROP
     #include "wx/dnd.h"
     #include "wx/caret.h"
 #endif // wxUSE_CARET
 
-#if wxUSE_TEXTCTRL
-    #include "wx/textctrl.h"
-#endif
-
 #include "wx/statusbr.h"
 #include "wx/fontutil.h"