diff options
author | Guido van Rossum <guido@python.org> | 2000-06-29 00:06:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-29 00:06:39 (GMT) |
commit | 4f4b799b3358516370653900789132231324003c (patch) | |
tree | f717c6604a287db9c983a716fa6deb66320d79d0 /Include | |
parent | e8d2d6b34c8c1102777604e0b0dae80d0321a799 (diff) | |
download | cpython-4f4b799b3358516370653900789132231324003c.zip cpython-4f4b799b3358516370653900789132231324003c.tar.gz cpython-4f4b799b3358516370653900789132231324003c.tar.bz2 |
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Diffstat (limited to 'Include')
-rw-r--r-- | Include/ucnhash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ucnhash.h b/Include/ucnhash.h index f27a16f..713fd3d 100644 --- a/Include/ucnhash.h +++ b/Include/ucnhash.h @@ -1,5 +1,5 @@ -#include <Python.h> +#include "Python.h" #include <stdlib.h> /* --- C API ----------------------------------------------------*/ |