about summary refs log tree commit diff stats
path: root/src/contact_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact_list.c')
-rw-r--r--src/contact_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact_list.c b/src/contact_list.c
index 75f0eed7..1b22ff4c 100644
--- a/src/contact_list.c
+++ b/src/contact_list.c
@@ -24,8 +24,8 @@
 
 #include <glib.h>
 
-#include "contact.h"
 #include "autocomplete.h"
+#include "contact.h"
 
 static Autocomplete ac;
 static GHashTable *contacts;