summaryrefslogtreecommitdiffstats
path: root/Include/pybuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pybuffer.h')
-rw-r--r--Include/pybuffer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pybuffer.h b/Include/pybuffer.h
index 31795b7..6893505 100644
--- a/Include/pybuffer.h
+++ b/Include/pybuffer.h
@@ -17,10 +17,6 @@ extern "C" {
*
*/
-// Forward declaration to be able to include pybuffer.h before object.h:
-// pybuffer.h uses PyObject and object.h uses Py_buffer.
-typedef struct _object PyObject;
-
typedef struct {
void *buf;
PyObject *obj; /* owned reference */