summaryrefslogtreecommitdiffstats
path: root/Include/mytime.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/mytime.h')
-rw-r--r--Include/mytime.h12
1 files changed, 6 insertions, 6 deletions
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 @@ THIS FILE IS OBSOLETE
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