diff options
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objects/object.c b/Objects/object.c index 6fe05f1..72c3013 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -16,8 +16,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "macglue.h" #endif -#include "mymath.h" - /* just for trashcan: */ #include "compile.h" #include "frameobject.h" |