From b21b5513fddcbdeda773af5a5d604a9912b8056b Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Sat, 12 Dec 2015 23:03:35 +1300 Subject: [PATCH] removed wx carbon include in fctsys as it is unnecessary --- include/fctsys.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/fctsys.h b/include/fctsys.h index 0769e42b48..5e209f2a59 100644 --- a/include/fctsys.h +++ b/include/fctsys.h @@ -27,14 +27,6 @@ #include -/** - * @note This appears to already be included in the OSX build of wxWidgets. - * Will someone with OSX please remove this and see if it compiles? - */ -#ifdef __WXMAC__ -#include -#endif - #ifdef DEBUG #define DBG(x) x #else