X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32d4c30a13f65b7c8cb66f813a0b8c606ad8480b..b14b1312ace5e4056f68951679241bdd53f1f987:/src/unix/fontutil.cpp diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index 5230c5a09e..2d04279540 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -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