diff options
Diffstat (limited to 'Objects/funcobject.c')
-rw-r--r-- | Objects/funcobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/funcobject.c b/Objects/funcobject.c index c2ad964..221f368 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.c @@ -3,7 +3,6 @@ #include "Python.h" #include "code.h" -#include "eval.h" #include "structmember.h" PyObject * |