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

This commit is contained in:
Antoine Pitrou 2012-03-22 14:38:16 +01:00
parent ab79c71f39
commit 0197ff97d0
5 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
/* List object implementation */
#include "Python.h"
#include "accu.h"
#ifdef STDC_HEADERS
#include <stddef.h>