X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5bbd1cc9119aa8df58e11d7d9db7ace0ef98bfd..6e204d57c44bdaaace6b0a45409c00a2af43d8ab:/src/gtk1/window.cpp?ds=sidebyside diff --git a/src/gtk1/window.cpp b/src/gtk1/window.cpp index 02c70feb3c..cda6b3fae3 100644 --- a/src/gtk1/window.cpp +++ b/src/gtk1/window.cpp @@ -29,9 +29,11 @@ #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 @@ -46,14 +48,12 @@ #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 #include "wx/gtk1/private.h"