diff options
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r-- | Objects/unicodeobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 359a987..7a3eb22 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -64,7 +64,6 @@ Unicode Integration Proposal (see file Misc/unicode.txt). #include "Python.h" -#include "mymath.h" #include "unicodeobject.h" #include "ucnhash.h" |