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