about summary refs log tree commit diff stats
path: root/src/otr
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/otr
parent9cff37352a0200dbe0acb1b6a9e5810ee33743ea (diff)
downloadprofani-tty-c23506f453c36c9133d1f176624541ef84385ced.tar.gz
Moved contact.c
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index c9769d35..2ece01f3 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -43,7 +43,7 @@
 #include "log.h"
 #include "roster_list.h"
 #include "window_list.h"
-#include "contact.h"
+#include "xmpp/contact.h"
 #include "ui/ui.h"
 #include "xmpp/xmpp.h"
 #include "config/preferences.h"