about summary refs log tree commit diff stats
path: root/src/accounts.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 21:43:59 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 21:43:59 +0000
commit740e5b422832f8d043d96f33a0d33bf1725dbbc0 (patch)
treee28525525de760b696bfd4f7dbb326334db8ee29 /src/accounts.c
parentfc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5 (diff)
downloadprofani-tty-740e5b422832f8d043d96f33a0d33bf1725dbbc0.tar.gz
Added command and tools subdirs to source
Diffstat (limited to 'src/accounts.c')
-rw-r--r--src/accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts.c b/src/accounts.c
index 746311aa..6549819b 100644
--- a/src/accounts.c
+++ b/src/accounts.c
@@ -27,11 +27,11 @@
 
 #include "accounts.h"
 
-#include "autocomplete.h"
 #include "common.h"
 #include "files.h"
 #include "jid.h"
 #include "log.h"
+#include "tools/autocomplete.h"
 #include "xmpp/xmpp.h"
 
 static gchar *accounts_loc;