X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..7a5b04a65e5988ffdd95f36bafb32644acbf4179:/src/generic/statusbr.cpp diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index 5517573f79..bb1b36f560 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -18,6 +18,8 @@ #if wxUSE_STATUSBAR +#include "wx/statusbr.h" + #ifndef WX_PRECOMP #include "wx/frame.h" #include "wx/settings.h" @@ -29,8 +31,6 @@ #include "wx/gtk/win_gtk.h" #endif -#include "wx/statusbr.h" - // we only have to do it here when we use wxStatusBarGeneric in addition to the // standard wxStatusBar class, if wxStatusBarGeneric is the same as // wxStatusBar, then the corresponding IMPLEMENT_DYNAMIC_CLASS is already in