X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/620e4af500cd79d30598dbab8c7b356fc18a4e62..b271d60d6a009930d80092a8cb534a5df19fc99b:/utils/configtool/src/configtree.cpp diff --git a/utils/configtool/src/configtree.cpp b/utils/configtool/src/configtree.cpp index 942457bbbe..10769df40e 100644 --- a/utils/configtool/src/configtree.cpp +++ b/utils/configtool/src/configtree.cpp @@ -9,19 +9,15 @@ // Licence: ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "configtree.h" -#endif - -// Includes other headers for precompiled compilation -#include "wx/wx.h" +// For compilers that support precompilation, includes "wx/wx.h". +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif -#include "wx/imaglist.h" #include "wx/cshelp.h" +#include "wx/imaglist.h" // Include XPM icons #include "bitmaps/closedfolder.xpm"