remove unneeded includes from mac/carbon/private.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-20 05:47:39 +00:00
parent 813b6b3f88
commit dd0d56f5c7
2 changed files with 6 additions and 7 deletions

View File

@@ -18,6 +18,10 @@
#include <CFString.h>
#endif
#include "wx/fontenc.h"
class WXDLLIMPEXP_BASE wxString;
void wxMacConvertNewlines13To10( char * data ) ;
void wxMacConvertNewlines10To13( char * data ) ;
void wxMacConvertNewlines13To10( wxString *data ) ;