mirror of https://github.com/python/cpython
Remove redundant include of assert.h.
This commit is contained in:
parent
0d5dd68692
commit
045ca7ae72
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#ifndef Py_eval_input
|
#ifndef Py_eval_input
|
||||||
/* For Python 1.4, graminit.h has to be explicitly included */
|
/* For Python 1.4, graminit.h has to be explicitly included */
|
||||||
#include "graminit.h"
|
#include "graminit.h"
|
||||||
|
|
Loading…
Reference in New Issue