commit | 4f4b799b3358516370653900789132231324003c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 29 00:06:39 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 29 00:06:39 2000 +0000 |
tree | f717c6604a287db9c983a716fa6deb66320d79d0 | |
parent | e8d2d6b34c8c1102777604e0b0dae80d0321a799 [diff] [blame] |
Jack Jansen: Use include "" instead of <>; and staticforward declarations
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 @@ #include "mymath.h" #include "unicodeobject.h" -#include <ucnhash.h> +#include "ucnhash.h" #if defined(HAVE_LIMITS_H) #include <limits.h>