Issue #14387: Do not include accu.h from Python.h.

This commit is contained in:
Antoine Pitrou 2012-03-22 14:42:18 +01:00
commit d0acb411ef
8 changed files with 9 additions and 1 deletions

View file

@ -101,7 +101,6 @@
#include "warnings.h"
#include "weakrefobject.h"
#include "structseq.h"
#include "accu.h"
#include "codecs.h"
#include "pyerrors.h"