diff options
Diffstat (limited to 'Modules/pypcre.c')
-rw-r--r-- | Modules/pypcre.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pypcre.c b/Modules/pypcre.c index 18b319b..11c7ce9 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -47,7 +47,6 @@ restrictions: #define FOR_PYTHON #include "pcre-int.h" #include "Python.h" -#include "mymalloc.h" #include <ctype.h> #include "graminit.h" |