X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f919f99887334cab5b48adac8ebff6c99647aa8..0b90b51ceb7eadbef93c256a42af49dae0659d34:/utils/HelpGen/src/HelpGen.cpp?ds=inline diff --git a/utils/HelpGen/src/HelpGen.cpp b/utils/HelpGen/src/HelpGen.cpp index 6828f79252..9fed79e63b 100644 --- a/utils/HelpGen/src/HelpGen.cpp +++ b/utils/HelpGen/src/HelpGen.cpp @@ -52,14 +52,14 @@ #include "wx/wxprec.h" #ifndef WX_PRECOMP - #include - #include - #include - #include + #include "wx/string.h" + #include "wx/log.h" + #include "wx/dynarray.h" + #include "wx/wx.h" #endif // WX_PRECOMP -#include -#include +#include "wx/file.h" +#include "wx/regex.h" // C++ parsing classes #include "cjparser.h" @@ -1977,6 +1977,9 @@ static const wxString GetVersionString() /* $Log$ + Revision 1.15 2001/11/22 21:59:58 GD + use "..." instead of <...> for wx headers + Revision 1.14 2001/07/19 13:51:29 VZ fixes to version string