[pypy-commit] pypy default: fix

rlamy pypy.commits at gmail.com
Fri Jan 27 11:19:02 EST 2017


Author: Ronan Lamy <ronan.lamy at 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: */


More information about the pypy-commit mailing list