[Zope-Checkins] CVS: ZODB3/ZODB - TimeStamp.c:1.17

Jeremy Hylton jeremy@zope.com
Wed, 13 Nov 2002 11:32:04 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv23367/ZODB

Modified Files:
	TimeStamp.c 
Log Message:
Fix more includes before Python.h.



=== ZODB3/ZODB/TimeStamp.c 1.16 => 1.17 ===
--- ZODB3/ZODB/TimeStamp.c:1.16	Mon Oct  7 13:54:27 2002
+++ ZODB3/ZODB/TimeStamp.c	Wed Nov 13 11:32:03 2002
@@ -17,14 +17,12 @@
 "\n"
 "\n$Id$\n";
 
-#include <stdlib.h>
-#include <time.h>
 #ifdef USE_EXTENSION_CLASS
 #include "ExtensionClass.h"
 #else
 #include "Python.h"
 #endif
-
+#include <time.h>
 
 /* ----------------------------------------------------- */