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