about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 778339fa..05123015 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -27,20 +27,20 @@
 
 #include <glib.h>
 
-#include "accounts.h"
 #include "chat_session.h"
 #include "command/command.h"
 #include "command/history.h"
 #include "command/parser.h"
 #include "common.h"
+#include "config/accounts.h"
+#include "config/preferences.h"
+#include "config/theme.h"
 #include "contact.h"
 #include "contact_list.h"
 #include "jid.h"
 #include "log.h"
 #include "muc.h"
-#include "preferences.h"
 #include "profanity.h"
-#include "theme.h"
 #include "tools/autocomplete.h"
 #include "tools/tinyurl.h"
 #include "ui/ui.h"