Include structseq.h in Python.h, and remove now-redundant includes in individual sources.

This commit is contained in:
Georg Brandl 2010-11-30 09:30:54 +00:00
parent 53afa6d239
commit 71c23d4473
14 changed files with 3 additions and 12 deletions

View file

@ -5,7 +5,6 @@
for any kind of float exception without losing portability. */
#include "Python.h"
#include "structseq.h"
#include <ctype.h>
#include <float.h>