encinfo.h was missing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-01-18 22:04:00 +00:00
parent 793ba541b6
commit 3af1a9f821
3 changed files with 8 additions and 8 deletions

View File

@@ -33,6 +33,7 @@
#endif
#include "wx/fontutil.h"
#include "wx/encinfo.h"
#include "wx/fontmap.h"
#include "wx/mgl/private.h"
#include "wx/log.h"

View File

@@ -32,6 +32,7 @@
#include "wx/utils.h"
#include "wx/fontenum.h"
#include "wx/encinfo.h"
#include "wx/fontutil.h"
#include <mgraph.h>

View File

@@ -20,14 +20,12 @@
#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"