remove unneeded include of mac/private.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-20 05:43:06 +00:00
parent aba610e77a
commit 6a423d6544
2 changed files with 4 additions and 12 deletions

View File

@@ -52,10 +52,6 @@ namespace std {}
using namespace std ;
#endif
#ifdef __WXMAC__
#include "wx/mac/private.h"
#endif
#if wxUSE_WCHAR_T
size_t WXDLLEXPORT wxMB2WC(wchar_t *buf, const char *psz, size_t n)
{

View File

@@ -12,12 +12,14 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if wxUSE_SPLITTER
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_SPLITTER
#include "wx/splitter.h"
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/utils.h"
@@ -33,14 +35,8 @@
#include "wx/settings.h"
#endif
#ifdef __WXMAC__
#include "wx/mac/private.h"
#endif
#include "wx/renderer.h"
#include "wx/splitter.h"
#include <stdlib.h>
DEFINE_EVENT_TYPE(wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED)