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