X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..b85229d15bb4a02a2f3058718a1cf5ed99433020:/src/common/tbarbase.cpp?ds=inline diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index b67f6544a5..54878f1ebd 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -31,11 +31,11 @@ #ifndef WX_PRECOMP #include "wx/control.h" #include "wx/frame.h" + #include "wx/settings.h" #endif #if wxUSE_IMAGE #include "wx/image.h" - #include "wx/settings.h" #endif // wxUSE_IMAGE // ----------------------------------------------------------------------------