diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index e79a64a..1f5ce0e 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -61,9 +61,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <Fonts.h> #include <Menus.h> #include <TextUtils.h> -#ifdef THINK_C -#include <OSEvents.h> /* For EvQElPtr */ -#endif #ifdef __MWERKS__ #include <SIOUX.h> #endif |