X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/common/tbarbase.cpp 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 // ----------------------------------------------------------------------------