]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant include of assert.h.
authorTim Peters <tim.peters@gmail.com>
Sun, 15 Jul 2001 19:42:03 +0000 (19:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 15 Jul 2001 19:42:03 +0000 (19:42 +0000)
Modules/pcremodule.c

index af5b25456449828ce57c971da9e95e1563b4ff8d..a7581c6858e37c87da0d8397b4b3a162434a4992 100644 (file)
@@ -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"