summaryrefslogtreecommitdiff
path: root/Objects/stringobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/stringobject.c')
-rw-r--r--Objects/stringobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 80b9defaae..6d25ddb4e7 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -12,7 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
-#include "mymath.h"
#include <ctype.h>
#ifdef COUNT_ALLOCS