From 67a51966786fa3bca5d58b0f8aa8bb8459f63045 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 22 May 2007 06:24:50 +0000 Subject: [PATCH] switching to pasteboard git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/uma.cpp | 4 ---- src/mac/carbon/window.cpp | 1 - 2 files changed, 5 deletions(-) diff --git a/src/mac/carbon/uma.cpp b/src/mac/carbon/uma.cpp index 606cfbcf03..93fd846c2a 100644 --- a/src/mac/carbon/uma.cpp +++ b/src/mac/carbon/uma.cpp @@ -29,10 +29,6 @@ # endif #endif -#ifndef __DARWIN__ -# include -#endif - #include "wx/mac/uma.h" // since we have decided that we only support 8.6 upwards we are diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 6bbd387efe..47fc0b30d5 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -65,7 +65,6 @@ #ifndef __DARWIN__ #include #include -#include #include #endif