about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/command.c b/src/command.c
index 0b021853..a34f6faa 100644
--- a/src/command.c
+++ b/src/command.c
@@ -20,19 +20,21 @@
  *
  */
 
-#include <string.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <glib.h>
 
 #include "command.h"
+#include "common.h"
+#include "contact_list.h"
 #include "history.h"
 #include "jabber.h"
-#include "ui.h"
+#include "log.h"
 #include "preferences.h"
 #include "prof_autocomplete.h"
 #include "tinyurl.h"
-#include "log.h"
+#include "ui.h"
 
 /* 
  * Command structure