don't include headers not needed when wxUSE_GUI == 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-03 16:10:46 +00:00
parent 06fda9e808
commit 7d9bf1f11c

View File

@@ -40,6 +40,7 @@
#include <Sound.h> #include <Sound.h>
#endif #endif
#if wxUSE_GUI
#if TARGET_API_MAC_OSX #if TARGET_API_MAC_OSX
#include <CoreServices/CoreServices.h> #include <CoreServices/CoreServices.h>
#else #else
@@ -50,6 +51,7 @@
#include <ATSUnicode.h> #include <ATSUnicode.h>
#include <TextCommon.h> #include <TextCommon.h>
#include <TextEncodingConverter.h> #include <TextEncodingConverter.h>
#endif // wxUSE_GUI
#include "wx/mac/private.h" // includes mac headers #include "wx/mac/private.h" // includes mac headers