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