removed wx carbon include in fctsys as it is unnecessary
This commit is contained in:
parent
c5e9bda936
commit
b21b5513fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue