Commit b4b03dfb authored by Tres Seaver's avatar Tres Seaver

- Forward port Jeremy's includes cleanup from 2.7 branch.

parent 5c675134
......@@ -13,15 +13,10 @@
static char intSet_module_documentation[] =
""
"\n$Id: intSet.c,v 1.25 2003/10/19 22:19:39 tseaver Exp $"
"\n$Id: intSet.c,v 1.26 2003/10/19 22:26:29 tseaver Exp $"
;
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment