Remove the inclusions of wx/cocoa headers which don't exist any more.

This should have been part of r76735: in addition to removing the old Cocoa
port headers, also remove the references to them from the common include
files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-02 13:28:42 +00:00
parent 8ebe2c4066
commit 1ca1d77e01
50 changed files with 0 additions and 116 deletions

View File

@@ -83,8 +83,6 @@ public:
#include "wx/x11/dataform.h"
#elif defined(__WXMAC__)
#include "wx/osx/dataform.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/dataform.h"
#endif
// the value for default argument to some functions (corresponds to
@@ -169,8 +167,6 @@ public:
#include "wx/gtk1/dataobj.h"
#elif defined(__WXMAC__)
#include "wx/osx/dataobj.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/dataobj.h"
#endif
// ----------------------------------------------------------------------------
@@ -560,8 +556,6 @@ private:
#include "wx/motif/dataobj2.h"
#elif defined(__WXMAC__)
#include "wx/osx/dataobj2.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/dataobj2.h"
#endif
// wxURLDataObject is simply wxTextDataObject with a different name