]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove last bits of mac specific code
authorGuido van Rossum <guido@python.org>
Mon, 30 Jan 1995 12:55:22 +0000 (12:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Jan 1995 12:55:22 +0000 (12:55 +0000)
Parser/intrcheck.c

index 09df4607f1684c680c65f2186c5f17287f93e308..2529655ccc6afa59d9d7fe54c2906dd750c6acd2 100644 (file)
@@ -31,14 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include "myproto.h"
 #include "intrcheck.h"
 
-#ifdef macintosh
-#ifdef THINK_C
-#include <OSEvents.h>
-#endif
-#include <Events.h>
-#endif
-
-
 
 #ifdef QUICKWIN