]> git.saurik.com Git - wxWidgets.git/commitdiff
encinfo.h was missing
authorJulian Smart <julian@anthemion.co.uk>
Sun, 18 Jan 2004 22:04:00 +0000 (22:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 18 Jan 2004 22:04:00 +0000 (22:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/dc.cpp
src/mgl/fontenum.cpp
src/mgl/fontutil.cpp

index 01930e0f3451a24ab124b0e995e727a530816915..ba6ff76f3cb2466c33c870b6a04cb67e31902b6c 100644 (file)
@@ -33,6 +33,7 @@
 #endif
 
 #include "wx/fontutil.h"
 #endif
 
 #include "wx/fontutil.h"
+#include "wx/encinfo.h"
 #include "wx/fontmap.h"
 #include "wx/mgl/private.h"
 #include "wx/log.h"
 #include "wx/fontmap.h"
 #include "wx/mgl/private.h"
 #include "wx/log.h"
index fbba131e39accb7e0e43e4a3574bcc3630214304..ee847022d3b8753a41682da2ce85532fc1941fa5 100644 (file)
@@ -32,6 +32,7 @@
 #include "wx/utils.h"
 
 #include "wx/fontenum.h"
 #include "wx/utils.h"
 
 #include "wx/fontenum.h"
+#include "wx/encinfo.h"
 #include "wx/fontutil.h"
 
 #include <mgraph.h>
 #include "wx/fontutil.h"
 
 #include <mgraph.h>
index 70970cb1651c5d256a58ed9eb709aaa075d410a0..7900bda0ec9d5671a962815bc4c57415cf5ac6a4 100644 (file)
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include "wx/log.h"
-    #include "wx/fontutil.h"
-    #include "wx/fontmap.h"
-    #include "wx/tokenzr.h"
-    #include "wx/hash.h"
-#endif // PCH
-
+#include "wx/log.h"
+#include "wx/fontutil.h"
+#include "wx/encinfo.h"
+#include "wx/fontmap.h"
+#include "wx/tokenzr.h"
+#include "wx/hash.h"
 
 #include "wx/listimpl.cpp"
 #include "wx/sysopt.h"
 
 #include "wx/listimpl.cpp"
 #include "wx/sysopt.h"