summaryrefslogtreecommitdiffstats
path: root/Include
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 /Include
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 'Include')
-rw-r--r--Include/ucnhash.h2
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 ----------------------------------------------------*/