summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-22 13:38:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-22 13:38:16 (GMT)
commit0197ff97d025f51d52503b03dca2c91a111acdaa (patch)
tree9d09a1fc356a74a0d8aa18676d9c63fabe20260c /Include
parentab79c71f39485d7ddc058dfc3a9c3d02ec859c36 (diff)
downloadcpython-0197ff97d025f51d52503b03dca2c91a111acdaa.zip
cpython-0197ff97d025f51d52503b03dca2c91a111acdaa.tar.gz
cpython-0197ff97d025f51d52503b03dca2c91a111acdaa.tar.bz2
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 5972ffa..d6e47c2 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -100,7 +100,6 @@
#include "warnings.h"
#include "weakrefobject.h"
#include "structseq.h"
-#include "accu.h"
#include "codecs.h"
#include "pyerrors.h"