[Zodb-checkins] CVS: Zope/lib/python/BTrees - _fsBTree.c:1.4.10.1
Jeremy Hylton
jeremy@zope.com
Wed, 13 Nov 2002 11:40:32 -0500
Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv28912/python/BTrees
Modified Files:
Tag: Zope-2_6-branch
_fsBTree.c
Log Message:
Backport: Fix includes before Python.h.
=== Zope/lib/python/BTrees/_fsBTree.c 1.4 => 1.4.10.1 ===
--- Zope/lib/python/BTrees/_fsBTree.c:1.4 Wed Jun 26 20:32:54 2002
+++ Zope/lib/python/BTrees/_fsBTree.c Wed Nov 13 11:40:01 2002
@@ -7,8 +7,6 @@
positions.
*/
-#include <string.h>
-
typedef unsigned char char2[2];
typedef unsigned char char6[6];