summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-29 00:06:39 (GMT)
committerGuido van Rossum <guido@python.org>2000-06-29 00:06:39 (GMT)
commit4f4b799b3358516370653900789132231324003c (patch)
treef717c6604a287db9c983a716fa6deb66320d79d0 /Objects
parente8d2d6b34c8c1102777604e0b0dae80d0321a799 (diff)
downloadcpython-4f4b799b3358516370653900789132231324003c.zip
cpython-4f4b799b3358516370653900789132231324003c.tar.gz
cpython-4f4b799b3358516370653900789132231324003c.tar.bz2
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 57bedb8..f907712 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -66,7 +66,7 @@ Unicode Integration Proposal (see file Misc/unicode.txt).
#include "mymath.h"
#include "unicodeobject.h"
-#include <ucnhash.h>
+#include "ucnhash.h"
#if defined(HAVE_LIMITS_H)
#include <limits.h>