diff options
Diffstat (limited to 'Objects/longobject.c')
-rw-r--r-- | Objects/longobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/longobject.c b/Objects/longobject.c index df3c6a5..37da244 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -14,7 +14,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "Python.h" #include "longintrepr.h" -#include "mymath.h" #include <assert.h> #include <ctype.h> |