Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r89801:1ae376efcfa5
Date: 2017-01-27 16:18 +0000
http://bitbucket.org/pypy/pypy/changeset/1ae376efcfa5/

Log:    fix

diff --git a/pypy/module/cpyext/include/object.h 
b/pypy/module/cpyext/include/object.h
--- a/pypy/module/cpyext/include/object.h
+++ b/pypy/module/cpyext/include/object.h
@@ -113,8 +113,6 @@
 #define PyBUF_SHADOW 0x400
 /* end Py3k buffer interface */
 
-#include <cpyext_typeobject.h>
-
 #define PyObject_Bytes PyObject_Str
 
 /* Flag bits for printing: */
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to