#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);
#ifndef __primitives_h__
#define __primitives_h__
-#undef HAVE_STAT
#include <Python.h>
+#undef HAVE_STAT
#include "../rfxswf.h"
#ifndef __tag_h__
#define __tag_h__
-#undef HAVE_STAT
#include <Python.h>
+#undef HAVE_STAT
#include "../rfxswf.h"
#include "tagmap.h"
#ifndef __taglist_h__
#define __taglist_h__
-#include "../rfxswf.h"
-#undef HAVE_STAT
#include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
extern PyTypeObject TagListClass;
#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);
#ifndef __tags_h__
#define __tags_h__
-#include "../rfxswf.h"
-#undef HAVE_STAT
#include <Python.h>
+#undef HAVE_STAT
+#include "../rfxswf.h"
PyMethodDef* tags_getMethods();