fixed import order.
[swftools.git] / lib / python / tags.h
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();