X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..0c246b3ca3a803904525dd02da7bc94cb6565890:/src/gtk1/frame.cpp diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index bd426249ad..493ab61166 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -22,18 +22,13 @@ #ifndef WX_PRECOMP #include "wx/app.h" -#endif // WX_PRECOMP - -#include "wx/dialog.h" -#include "wx/control.h" -#include "wx/menu.h" -#if wxUSE_TOOLBAR + #include "wx/dcclient.h" + #include "wx/menu.h" + #include "wx/dialog.h" + #include "wx/control.h" #include "wx/toolbar.h" -#endif -#if wxUSE_STATUSBAR #include "wx/statusbr.h" -#endif -#include "wx/dcclient.h" +#endif // WX_PRECOMP #include #include "wx/gtk1/private.h"