[Zope-Checkins] CVS: Zope/lib/Components/BTree - intSet.c:1.24.14.1
Jeremy Hylton
jeremy at zope.com
Mon Sep 15 15:44:05 EDT 2003
Update of /cvs-repository/Zope/lib/Components/BTree
In directory cvs.zope.org:/tmp/cvs-serv413
Modified Files:
Tag: Zope-2_7-branch
intSet.c
Log Message:
Remove extra includes. They need to go after cPersistence.h, because
it includes Python.h. But Python.h makes all the other includes
redundant. Squashes a compiler warning on RH9 Linux.
=== Zope/lib/Components/BTree/intSet.c 1.24 => 1.24.14.1 ===
--- Zope/lib/Components/BTree/intSet.c:1.24 Mon Jan 6 12:00:27 2003
+++ Zope/lib/Components/BTree/intSet.c Mon Sep 15 15:44:04 2003
@@ -16,11 +16,6 @@
"\n$Id$"
;
-#include <limits.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
-#include <time.h>
#include "cPersistence.h"
#define UNLESS(E) if(!(E))
More information about the Zope-Checkins
mailing list