[Zope-Checkins] CVS: Zope/lib/Components/BTree - intSet.c:1.26
Tres Seaver
tseaver at zope.com
Sun Oct 19 18:26:29 EDT 2003
Update of /cvs-repository/Zope/lib/Components/BTree
In directory cvs.zope.org:/tmp/cvs-serv11955
Modified Files:
intSet.c
Log Message:
- Forward port Jeremy's includes cleanup from 2.7 branch.
=== Zope/lib/Components/BTree/intSet.c 1.25 => 1.26 ===
--- Zope/lib/Components/BTree/intSet.c:1.25 Sun Oct 19 18:19:39 2003
+++ Zope/lib/Components/BTree/intSet.c Sun Oct 19 18:26:29 2003
@@ -17,11 +17,6 @@
;
#include "cPersistence.h"
-#include <limits.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
-#include <time.h>
#define UNLESS(E) if(!(E))
#define RETURN_NONE Py_INCREF(Py_None); return Py_None
More information about the Zope-Checkins
mailing list