X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28bfd0a1d2ca3048070e2f7100b5d025b421a113..4ac483ebb295cf318c79ae9078af06daa686f51d:/src/generic/toolbkg.cpp diff --git a/src/generic/toolbkg.cpp b/src/generic/toolbkg.cpp index 9517fec692..f5720f5ab8 100644 --- a/src/generic/toolbkg.cpp +++ b/src/generic/toolbkg.cpp @@ -18,16 +18,16 @@ #if wxUSE_TOOLBOOK -#include "wx/imaglist.h" -#include "wx/toolbar.h" -#include "wx/toolbook.h" -#include "wx/settings.h" -#include "wx/sysopt.h" - #ifndef WX_PRECOMP #include "wx/icon.h" + #include "wx/settings.h" + #include "wx/toolbar.h" #endif +#include "wx/imaglist.h" +#include "wx/sysopt.h" +#include "wx/toolbook.h" + // ---------------------------------------------------------------------------- // various wxWidgets macros // ----------------------------------------------------------------------------