projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added main() and corrected VC++ project settings
[wxWidgets.git]
/
utils
/
HelpGen
/
src
/
sourcepainter.cpp
diff --git
a/utils/HelpGen/src/sourcepainter.cpp
b/utils/HelpGen/src/sourcepainter.cpp
index 6814b5ffee11646deda9c4be4a4ce75f0852ca31..487600935830a3f66b1ca9de7ef770705d8bf70a 100644
(file)
--- a/
utils/HelpGen/src/sourcepainter.cpp
+++ b/
utils/HelpGen/src/sourcepainter.cpp
@@
-21,12
+21,9
@@
#endif
#if defined( wxUSE_TEMPLATE_STL )
-
- #include <map>
+# include <map>
#else
-
- #include "wxstlac.h"
-
+# include "wxstlac.h"
#endif
#include "sourcepainter.h"