summaryrefslogtreecommitdiff
path: root/Python/pyarena.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-11 23:44:04 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-11 23:44:04 +0100
commit8a6852b442e6829b04d94c98fd5b8c079a3d3006 (patch)
tree7f620fbb301d82c22b5472adeebc97c0e2b9ffe1 /Python/pyarena.c
parentaea5fa8e9caabac13f1865f024589b8a78d95f25 (diff)
parent3f2fe88477a79d4555b9ac5537969d77412623a9 (diff)
downloadcpython-8a6852b442e6829b04d94c98fd5b8c079a3d3006.tar.gz
Merge #11403
Diffstat (limited to 'Python/pyarena.c')
-rw-r--r--Python/pyarena.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pyarena.c b/Python/pyarena.c
index 2d63638856..5a255ae497 100644
--- a/Python/pyarena.c
+++ b/Python/pyarena.c
@@ -1,5 +1,4 @@
#include "Python.h"
-#include "pyarena.h"
/* A simple arena block structure.