From: Stefan Csomor Date: Sun, 7 Mar 2004 14:49:56 +0000 (+0000) Subject: header includes for mac corrected X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/da3f3e049a3bcd9db16d73dd83c007e12f6c95e1 header includes for mac corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index 68a6a6d4eb..6fbf324fbf 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -44,9 +44,9 @@ typedef char tchar; #ifdef __WXMAC__ -#include "ATSUnicode.h" -#include "TextCommon.h" -#include "TextEncodingConverter.h" +#include +#include +#include #include "wx/fontutil.h" #include "wx/mac/private.h" // includes mac headers