X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..f87584b55268e165f15de6f8ae34c99df72e5896:/src/gtk/frame.cpp?ds=inline diff --git a/src/gtk/frame.cpp b/src/gtk/frame.cpp index 6706922aae..34e6b9de37 100644 --- a/src/gtk/frame.cpp +++ b/src/gtk/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/gtk/private.h"