removed wx carbon include in fctsys as it is unnecessary

This commit is contained in:
Simon Wells 2015-12-12 23:03:35 +13:00
parent c5e9bda936
commit b21b5513fd
1 changed files with 0 additions and 8 deletions

View File

@ -27,14 +27,6 @@
#include <wx/wx.h>
/**
* @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 <Carbon/Carbon.h>
#endif
#ifdef DEBUG
#define DBG(x) x
#else