fixed import order.
authorkramm <kramm>
Fri, 7 May 2004 16:12:17 +0000 (16:12 +0000)
committerkramm <kramm>
Fri, 7 May 2004 16:12:17 +0000 (16:12 +0000)
lib/python/action.h
lib/python/primitives.h
lib/python/tag.h
lib/python/taglist.h
lib/python/tagmap.h
lib/python/tags.h

index c96e7c2..22637a9 100644 (file)
@@ -23,9 +23,9 @@
 #ifndef __action_h__
 #define __action_h__
 
-#include "../rfxswf.h"
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
 
 extern PyTypeObject ActionClass;
 PyObject* f_Action(PyObject* self, PyObject* args, PyObject* kwargs);
index 47647e6..694a8ab 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef __primitives_h__
 #define __primitives_h__
 
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
 
 #include "../rfxswf.h"
 
index 7ee0338..4013038 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef __tag_h__
 #define __tag_h__
 
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
 #include "../rfxswf.h"
 
 #include "tagmap.h"
index f111e96..4c85d48 100644 (file)
@@ -23,9 +23,9 @@
 #ifndef __taglist_h__
 #define __taglist_h__
 
-#include "../rfxswf.h"
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
 
 extern PyTypeObject TagListClass;
 
index d35aa43..66f6ed4 100644 (file)
@@ -23,9 +23,9 @@
 #ifndef __tagmap_h__
 #define __tagmap_h__
 
-#include "../rfxswf.h"
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
 
 extern PyTypeObject TagMapClass;
 int tagmap_obj2id(PyObject* self, PyObject* obj);
index da6a1eb..c338d99 100644 (file)
@@ -23,9 +23,9 @@
 #ifndef __tags_h__
 #define __tags_h__
 
-#include "../rfxswf.h"
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
 
 PyMethodDef* tags_getMethods();