]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1
[wxWidgets.git] / src / common / appbase.cpp
index 04304f3672b72fa59f1d1a39046f8fdc4d6ada8b..216d9b86473b74cd393fa97ef90cc16408d7e247 100644 (file)
@@ -40,9 +40,6 @@
 #if wxUSE_FILENAME
     #include "wx/filename.h"
 #endif // wxUSE_FILENAME
-#if wxUSE_FONTMAP
-    #include "wx/fontmap.h"
-#endif // wxUSE_FONTMAP
 #include "wx/msgout.h"
 #include "wx/tokenzr.h"
 
   #include  "wx/msw/private.h"  // includes windows.h for MessageBox()
 #endif
 
+#if wxUSE_FONTMAP
+    #include "wx/fontmap.h"
+#endif // wxUSE_FONTMAP
+
 #if defined(__WXMAC__)
     // VZ: MacTypes.h is enough under Mac OS X (where I could test it) but
     //     I don't know which headers are needed under earlier systems so