summaryrefslogtreecommitdiffstats
path: root/Modules/pcremodule.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-15 19:42:03 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-07-15 19:42:03 (GMT)
commit045ca7ae72368ce65fe7debbd343cf8133eea5e4 (patch)
tree9b216bc0637ff555f8e427400320830041350f6e /Modules/pcremodule.c
parent0d5dd68692e8e7a4ebe16cf0902de6a778ea5200 (diff)
downloadcpython-045ca7ae72368ce65fe7debbd343cf8133eea5e4.zip
cpython-045ca7ae72368ce65fe7debbd343cf8133eea5e4.tar.gz
cpython-045ca7ae72368ce65fe7debbd343cf8133eea5e4.tar.bz2
Remove redundant include of assert.h.
Diffstat (limited to 'Modules/pcremodule.c')
-rw-r--r--Modules/pcremodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c
index af5b254..a7581c6 100644
--- a/Modules/pcremodule.c
+++ b/Modules/pcremodule.c
@@ -2,7 +2,6 @@
#include "Python.h"
-#include <assert.h>
#ifndef Py_eval_input
/* For Python 1.4, graminit.h has to be explicitly included */
#include "graminit.h"