diff options
author | Kristjan Valur Jonsson <sweskman@gmail.com> | 2011-03-30 11:24:58 +0000 |
---|---|---|
committer | Kristjan Valur Jonsson <sweskman@gmail.com> | 2011-03-30 11:24:58 +0000 |
commit | c1b1930e7591b395dee499765ec40dfb946b019c (patch) | |
tree | b4c52b0c46bc31544d6ad32ed7ff1bb501e60d80 /Python/pyarena.c | |
parent | 6e5ebc654984fbc7db6148197a89d0e7d4cf435c (diff) | |
parent | 2bb0258a88cb339cafb87163c7194484dff0efd9 (diff) | |
download | cpython-c1b1930e7591b395dee499765ec40dfb946b019c.tar.gz |
Merge 3.1
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. |