pytdb: Include Python.h first to prevent warning.
[metze/ctdb/wip.git] / lib / tdb / pytdb.c
index 009063359f7b7f9f116a96fc33da5fe1401caf6b..15fec21e53004ce62bffbdf83cdde0628185fd6b 100644 (file)
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <Python.h>
 #include "replace.h"
 #include "system/filesys.h"
 
-#include <Python.h>
 #ifndef Py_RETURN_NONE
 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
 #endif