X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..6540132fa1ee1b36c155ea39c84899e6beb2664e:/src/gtk1/frame.cpp?ds=sidebyside diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index bd426249ad..84ff302701 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -22,18 +22,18 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/dcclient.h" + #include "wx/menu.h" + #include "wx/dialog.h" + #include "wx/control.h" #endif // WX_PRECOMP -#include "wx/dialog.h" -#include "wx/control.h" -#include "wx/menu.h" #if wxUSE_TOOLBAR #include "wx/toolbar.h" #endif #if wxUSE_STATUSBAR #include "wx/statusbr.h" #endif -#include "wx/dcclient.h" #include #include "wx/gtk1/private.h"