X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..77c46f00b51b8476ec53691dabbc2fa8a7f6a165:/utils/configtool/src/htmlparser.cpp diff --git a/utils/configtool/src/htmlparser.cpp b/utils/configtool/src/htmlparser.cpp index 9eba43650b..5e24db20b0 100644 --- a/utils/configtool/src/htmlparser.cpp +++ b/utils/configtool/src/htmlparser.cpp @@ -16,18 +16,16 @@ #pragma implementation "htmlparser.h" #endif -#include "wx/wx.h" +// For compilers that support precompilation, includes "wx/wx.h". +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif -#include "wx/textfile.h" #include "wx/wfstream.h" +#include "wx/textfile.h" #include "wx/txtstrm.h" - -#include - #include "htmlparser.h" /// Useful insertion operators for wxOutputStream.