diff options
| author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 21:10:23 +0800 |
|---|---|---|
| committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-26 21:10:23 +0800 |
| commit | 1aa611b27b5c6aca69579e7e873bb2ddddb1a2fc (patch) | |
| tree | 4d073d00abfaf5d7fbbf14d2b453823892adf00f /Python/pyarena.c | |
| parent | 60186e61c8796c0e4cff2e681adee0be4c0b4d42 (diff) | |
| parent | 95cbf834835f9d8128ba7a418e2f5bc5f99aa32f (diff) | |
| download | cpython-1aa611b27b5c6aca69579e7e873bb2ddddb1a2fc.tar.gz | |
merge from 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. |
