From be801acbb1add9b6cc159f349dacad460ca5cc84 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 8 Oct 2007 03:32:34 +0000 Subject: Delete bufferobject.[ch]. This will undoubtedly require Windows build file changes too. --- Include/Python.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 32b2aa529c..d2bda8c534 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -76,7 +76,6 @@ #endif #include "rangeobject.h" #include "stringobject.h" -#include "bufferobject.h" #include "memoryobject.h" #include "tupleobject.h" #include "listobject.h" -- cgit v1.2.1