summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:38:16 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:38:16 +0100
commit5854dc6558a2b3dc8419581938b66799d236228f (patch)
tree368624ef78eacb55b68b8f62d8b4f1705ec38614 /Include/Python.h
parent474fb69283735e7d444cf26eb29306e9e7d2fb93 (diff)
downloadcpython-5854dc6558a2b3dc8419581938b66799d236228f.tar.gz
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 5972ffa592..d6e47c2463 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"