about summary refs log tree commit diff stats
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 61017536..75b05516 100644
--- a/src/common.c
+++ b/src/common.c
@@ -25,9 +25,9 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#include <glib.h>
 #include <curl/curl.h>
 #include <curl/easy.h>
+#include <glib.h>
 
 #include "common.h"