summaryrefslogtreecommitdiff
path: root/Objects/unicodectype.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
committerGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
commite5b99f0fb306b80118849048b3d145c1a614c38b (patch)
treee8938116fa072d7becaaad25df1cf67f142449a1 /Objects/unicodectype.c
parent71c23d447322307572fbe0ca68b61fad97e10021 (diff)
downloadcpython-git-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.gz
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Objects/unicodectype.c')
-rw-r--r--Objects/unicodectype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c
index a41ceb8240..9f6ac89b9f 100644
--- a/Objects/unicodectype.c
+++ b/Objects/unicodectype.c
@@ -9,7 +9,6 @@
*/
#include "Python.h"
-#include "unicodeobject.h"
#define ALPHA_MASK 0x01
#define DECIMAL_MASK 0x02