Remove redundant include of assert.h.

This commit is contained in:
Tim Peters 2001-07-15 19:42:03 +00:00
parent 0d5dd68692
commit 045ca7ae72
1 changed files with 0 additions and 1 deletions

View 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"