summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 +0000
committerChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 +0000
commitf78b1c6573a7e4a30f799fd28acd414e5deb140d (patch)
treef9bd6ff9ecca07e3b9365cdb90de24bcfd813602 /Include/Python.h
parent2137b6aa997209ac3529c439f82383de0219940d (diff)
downloadcpython-git-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.gz
I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
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 d2bda8c534..fef57b4d5e 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -66,7 +66,6 @@
#include "bytesobject.h"
#include "unicodeobject.h"
-#include "intobject.h"
#include "longobject.h"
#include "longintrepr.h"
#include "boolobject.h"