From 6037dd262ff5a4abc761b165b1284381b26fb3ac Mon Sep 17 00:00:00 2001 From: David Surovell Date: Sun, 5 Feb 2006 09:14:02 +0000 Subject: [PATCH] correct include file conditionalization, take 2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/toolbkg.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 // ---------------------------------------------------------------------------- -- 2.45.2