X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..141d782d567f92933f6fe868fff5bace77e8ecd2:/src/x11/font.cpp diff --git a/src/x11/font.cpp b/src/x11/font.cpp index f982eb15fe..1dc91a3ba1 100644 --- a/src/x11/font.cpp +++ b/src/x11/font.cpp @@ -29,10 +29,14 @@ #pragma message enable nosimpint #endif -#include "wx/string.h" #include "wx/font.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" + #include "wx/utils.h" // for wxGetDisplay() +#endif + #include "wx/gdicmn.h" -#include "wx/utils.h" // for wxGetDisplay() #include "wx/fontutil.h" // for wxNativeFontInfo #include "wx/tokenzr.h" #include "wx/settings.h"