patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
diff --git a/Include/mytime.h b/Include/mytime.h
index bfad575..07a2480 100644
--- a/Include/mytime.h
+++ b/Include/mytime.h
@@ -1,9 +1,3 @@
-#ifndef Py_MYTIME_H
-#define Py_MYTIME_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /***********************************************************
 Copyright (c) 2000, BeOpen.com.
 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
@@ -19,6 +13,12 @@
 USE "pyport.h" INSTEAD
 ***************************************/
 
+#ifndef Py_MYTIME_H
+#define Py_MYTIME_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Include file instead of <time.h> and/or <sys/time.h> */
 
 #ifdef TIME_WITH_SYS_TIME