diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-11 23:44:04 +0100 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-11 23:44:04 +0100 |
| commit | 8a6852b442e6829b04d94c98fd5b8c079a3d3006 (patch) | |
| tree | 7f620fbb301d82c22b5472adeebc97c0e2b9ffe1 /Python/pyarena.c | |
| parent | aea5fa8e9caabac13f1865f024589b8a78d95f25 (diff) | |
| parent | 3f2fe88477a79d4555b9ac5537969d77412623a9 (diff) | |
| download | cpython-8a6852b442e6829b04d94c98fd5b8c079a3d3006.tar.gz | |
Merge #11403
Diffstat (limited to 'Python/pyarena.c')
| -rw-r--r-- | Python/pyarena.c | 1 |
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. |
