From: Tim Peters Date: Sun, 15 Jul 2001 19:42:03 +0000 (+0000) Subject: Remove redundant include of assert.h. X-Git-Tag: v2.2a3~1155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=045ca7ae72368ce65fe7debbd343cf8133eea5e4;p=thirdparty%2FPython%2Fcpython.git Remove redundant include of assert.h. --- diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c index af5b25456449..a7581c6858e3 100644 --- a/Modules/pcremodule.c +++ b/Modules/pcremodule.c @@ -2,7 +2,6 @@ #include "Python.h" -#include #ifndef Py_eval_input /* For Python 1.4, graminit.h has to be explicitly included */ #include "graminit.h"