summaryrefslogtreecommitdiff
path: root/Include/ucnhash.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-29 00:06:39 +0000
committerGuido van Rossum <guido@python.org>2000-06-29 00:06:39 +0000
commitab9a2ff47732e7a60bcff039f2e29f6278bfb931 (patch)
tree4549b9a2af18828050abd400f90f4fb4c4c0814f /Include/ucnhash.h
parent8eb5214ecdeb57dd9c0f684dcd842fe01532023d (diff)
downloadcpython-ab9a2ff47732e7a60bcff039f2e29f6278bfb931.tar.gz
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Diffstat (limited to 'Include/ucnhash.h')
-rw-r--r--Include/ucnhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ucnhash.h b/Include/ucnhash.h
index f27a16fbc9..713fd3d81e 100644
--- a/Include/ucnhash.h
+++ b/Include/ucnhash.h
@@ -1,5 +1,5 @@
-#include <Python.h>
+#include "Python.h"
#include <stdlib.h>
/* --- C API ----------------------------------------------------*/