remove last bits of mac specific code
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index 09df460..2529655 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -31,14 +31,6 @@
 #include "myproto.h"
 #include "intrcheck.h"
 
-#ifdef macintosh
-#ifdef THINK_C
-#include <OSEvents.h>
-#endif
-#include <Events.h>
-#endif
-
-
 
 #ifdef QUICKWIN