Jack Jansen: Use include "" instead of <>; and staticforward declarations
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 ----------------------------------------------------*/