]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontmap.cpp
fixed wxSplitPath() bug and added tests for it
[wxWidgets.git] / src / common / fontmap.cpp
index 9ea0196dd7336a7ee1bca8171527db6feaa9e293..d8390e983b603963e6b39e841025ad8a4a9a18ef 100644 (file)
@@ -34,7 +34,6 @@
     #include "wx/intl.h"
 #endif // PCH
 
-#include "wx/fontutil.h"
 #include "wx/fontmap.h"
 
 #if wxUSE_CONFIG
@@ -43,6 +42,7 @@
 #endif
 
 #if wxUSE_GUI
+    #include "wx/fontutil.h"
     #include "wx/msgdlg.h"
     #include "wx/fontdlg.h"
     #include "wx/choicdlg.h"