about summary refs log tree commit diff stats
path: root/src/plugins/python_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python_api.c')
-rw-r--r--src/plugins/python_api.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c
index 140b4abd..ade24d05 100644
--- a/src/plugins/python_api.c
+++ b/src/plugins/python_api.c
@@ -32,15 +32,12 @@
  *
  */
 
-#include "config.h"
-
 #include <Python.h>
-#include <frameobject.h>
 
+#include "config.h"
+#include <frameobject.h>
 #include <stdlib.h>
-
 #include <glib.h>
-
 #include "log.h"
 #include "plugins/api.h"
 #include "plugins/python_api.h"