about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:55:32 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:55:32 +0100
commitc23506f453c36c9133d1f176624541ef84385ced (patch)
treecfbdc0edf77c900416e3fa072ec8afabaf18387d /src/command
parent9cff37352a0200dbe0acb1b6a9e5810ee33743ea (diff)
downloadprofani-tty-c23506f453c36c9133d1f176624541ef84385ced.tar.gz
Moved contact.c
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_defs.c2
-rw-r--r--src/command/cmd_funcs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 9f1f31ff..d390a64a 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -58,7 +58,7 @@
 #include "config/theme.h"
 #include "config/tlscerts.h"
 #include "config/scripts.h"
-#include "contact.h"
+#include "xmpp/contact.h"
 #include "roster_list.h"
 #include "jid.h"
 #include "log.h"
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 8d1d27a9..f661e6a9 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -60,7 +60,7 @@
 #include "config/theme.h"
 #include "config/tlscerts.h"
 #include "config/scripts.h"
-#include "contact.h"
+#include "xmpp/contact.h"
 #include "roster_list.h"
 #include "jid.h"
 #include "log.h"