Remove unnecessary include to Carbon.h in fctsys.h.

This commit is contained in:
Simon Wells 2015-12-14 19:21:51 -05:00 committed by Wayne Stambaugh
commit cccc314524
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