X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0311dd366ec8a138e66ecb4a0e4ee3455c8a12d..9c8cfcb9c56798ebd29184e40227451a194c0c49:/src/unix/fontutil.cpp?ds=sidebyside diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index 80d01451cb..2d04279540 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -27,12 +27,13 @@ #ifndef WX_PRECOMP #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" #include "wx/fontmap.h" #include "wx/tokenzr.h" -#include "wx/hash.h" #include "wx/module.h" #if wxUSE_PANGO @@ -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