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:59:28 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:59:28 +0100
commit1c5efaeb58f40122e6c860a6785c0b99496af8d6 (patch)
treee6033b8ded69e8386027908e30c1f8a77abf7691 /src/command
parentc23506f453c36c9133d1f176624541ef84385ced (diff)
downloadprofani-tty-1c5efaeb58f40122e6c860a6785c0b99496af8d6.tar.gz
Moved jid.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 d390a64a..852a3cf8 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -60,7 +60,7 @@
 #include "config/scripts.h"
 #include "xmpp/contact.h"
 #include "roster_list.h"
-#include "jid.h"
+#include "xmpp/jid.h"
 #include "log.h"
 #include "muc.h"
 #include "plugins/plugins.h"
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index f661e6a9..b9f9cb14 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -62,7 +62,7 @@
 #include "config/scripts.h"
 #include "xmpp/contact.h"
 #include "roster_list.h"
-#include "jid.h"
+#include "xmpp/jid.h"
 #include "log.h"
 #include "muc.h"
 #ifdef HAVE_LIBOTR