From da3f3e049a3bcd9db16d73dd83c007e12f6c95e1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 7 Mar 2004 14:49:56 +0000 Subject: [PATCH] header includes for mac corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/encconv.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.0