[Zope3-checkins] CVS: Zope3/src/zope/context - wrapper.c:1.28.12.1

Jeremy Hylton jeremy at zope.com
Thu Feb 12 13:19:39 EST 2004


Update of /cvs-repository/Zope3/src/zope/context
In directory cvs.zope.org:/tmp/cvs-serv26434

Modified Files:
      Tag: zope3-zodb3-devel-branch
	wrapper.c 
Log Message:
Don' include <stdio.h> before "Python.h".


=== Zope3/src/zope/context/wrapper.c 1.28 => 1.28.12.1 ===
--- Zope3/src/zope/context/wrapper.c:1.28	Tue Sep  2 17:03:08 2003
+++ Zope3/src/zope/context/wrapper.c	Thu Feb 12 13:19:37 2004
@@ -12,7 +12,6 @@
 #
 ############################################################################*/
 
-#include <stdio.h>
 #include <Python.h>
 #include "structmember.h"
 #include "modsupport.h"




More information about the Zope3-Checkins mailing list