Don't include QuickTime headers unnecessarily

This should fix compilation under macOS Sierra (10.12).

See #17639.

(cherry picked from commit f6a2d1caef)
This commit is contained in:
Stefan Csomor
2014-06-26 13:38:22 +00:00
committed by Vadim Zeitlin
parent e1e9482005
commit 817bd0076f
2 changed files with 0 additions and 8 deletions

View File

@@ -29,10 +29,6 @@
#include "wx/osx/private.h"
#if wxOSX_USE_COCOA_OR_CARBON
#include <QuickTime/QuickTime.h>
#endif
// ----------------------------------------------------------------------------
// wxDataFormat
// ----------------------------------------------------------------------------

View File

@@ -35,10 +35,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxMask, wxObject)
#include "wx/osx/private.h"
#endif
#ifndef __WXOSX_IPHONE__
#include <QuickTime/QuickTime.h>
#endif
CGColorSpaceRef wxMacGetGenericRGBColorSpace();
CGDataProviderRef wxMacCGDataProviderCreateWithMemoryBuffer( const wxMemoryBuffer& buf );