about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 21:59:29 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 21:59:29 +0000
commit9d34c41227cb7567b26872f2a10a8f7a1b01f487 (patch)
tree5068fecb975441b50b73500ef652cf368c675b6a /src/command
parent740e5b422832f8d043d96f33a0d33bf1725dbbc0 (diff)
downloadprofani-tty-9d34c41227cb7567b26872f2a10a8f7a1b01f487.tar.gz
Added config dir to source
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"