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:
@@ -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 );
|
||||
|
@@ -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 ) ;
|
||||
|
Reference in New Issue
Block a user