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

@@ -15,7 +15,6 @@
#define _WX_PRIVATE_H_
#include "wx/defs.h"
#include "wx/app.h"
#ifdef __DARWIN__
# include <Carbon/Carbon.h>
@@ -33,7 +32,7 @@
#endif
#if UNIVERSAL_INTERFACES_VERSION < 0x0342
#error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
#error "please update to Apple's latest universal headers from http://developer.apple.com/sdk/"
#endif
#ifndef MAC_OS_X_VERSION_10_3
@@ -63,9 +62,7 @@ inline int FixedToInt( Fixed inFixed )
#if wxUSE_GUI
#include "wx/dc.h"
#include "wx/window.h"
#include "wx/toplevel.h"
#include "wx/listbox.h"
class wxMacPortStateHelper
{
@@ -428,8 +425,6 @@ private :
#if wxUSE_GUI
#include "wx/listbox.h"
/*
GWorldPtr wxMacCreateGWorld( int width , int height , int depth );
void wxMacDestroyGWorld( GWorldPtr gw );

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 ) ;