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.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/command.c b/src/command.c
index ccb506ed..6a4bc82a 100644
--- a/src/command.c
+++ b/src/command.c
@@ -20,25 +20,26 @@
  *
  */
 
+#include <errno.h>
+#include <limits.h>
 #include <stdlib.h>
 #include <string.h>
-#include <limits.h>
-#include <errno.h>
 
 #include <glib.h>
 
+#include "command.h"
+
 #include "accounts.h"
+#include "autocomplete.h"
 #include "chat_session.h"
-#include "command.h"
 #include "common.h"
 #include "contact.h"
 #include "contact_list.h"
 #include "jid.h"
 #include "log.h"
+#include "muc.h"
 #include "preferences.h"
-#include "autocomplete.h"
 #include "profanity.h"
-#include "muc.h"
 #include "theme.h"
 #include "tinyurl.h"
 #include "ui/ui.h"