From 3d4b6c39cd6d57751f10b4424f0a84de755bb00c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 30 May 2008 07:45:58 +0200 Subject: [PATCH] cleanup --- Cython/Compiler/ModuleNode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 8b7cbedd..74536dab 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -424,7 +424,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): code.putln("#endif") code.putln("#if PY_MAJOR_VERSION >= 3") - code.putln(" #include \"stringobject.h\"") # Py3 compat header for PyString_*() code.putln(" #define PyBaseString_Type PyUnicode_Type") code.putln(" #define PyInt_Type PyLong_Type") code.putln(" #define PyInt_Check(op) PyLong_Check(op)") -- 2.26.2