]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/fontutil.cpp
docopydocs is not needed for this script.
[wxWidgets.git] / src / unix / fontutil.cpp
index 5230c5a09e912c0285cf8f774764540c8c1afa23..2d04279540a4ac4c69b4f0d5102e8c18362cfd4d 100644 (file)
@@ -28,6 +28,7 @@
     #include "wx/font.h" // wxFont enums
     #include "wx/encinfo.h"
     #include "wx/hash.h"
+    #include "wx/utils.h"       // for wxGetDisplay()
 #endif // PCH
 
 #include "wx/fontutil.h"
@@ -343,7 +344,6 @@ bool wxGetNativeFontEncoding(wxFontEncoding encoding,
         #pragma message enable nosimpint
     #endif
 
-    #include "wx/utils.h"       // for wxGetDisplay()
 #elif defined(__WXGTK__)
     // we have to declare struct tm to avoid problems with first forward
     // declaring it in C code (glib.h included from gdk.h does it) and then