From 0cb94ccbe4819e1684ea96fdd30be6b6746c93df Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 29 Apr 2004 02:08:03 +0000 Subject: #include fix --- python/wrap_objs.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python') diff --git a/python/wrap_objs.h b/python/wrap_objs.h index ef3356de..bc90da79 100644 --- a/python/wrap_objs.h +++ b/python/wrap_objs.h @@ -4,12 +4,7 @@ #undef _POSIX_C_SOURCE #include -#include -#include - -#include - -#include +#include typedef struct { PyObject_HEAD -- cgit