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 15:14:46 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:14:46 +0100
commit5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (patch)
tree542f4c60f4c8d1d934ad2f65d0da3f674a15e9ca /src/otr
parent8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (diff)
downloadprofani-tty-5bc38b6bc2bdf135d7f483c204ce75a51a7126b5.tar.gz
Moved window_list.c
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c2
-rw-r--r--src/otr/otrlibv4.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index bcf64e66..27bd171b 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -42,7 +42,7 @@
 #include "otr/otrlib.h"
 #include "log.h"
 #include "xmpp/roster_list.h"
-#include "window_list.h"
+#include "ui/window_list.h"
 #include "xmpp/contact.h"
 #include "ui/ui.h"
 #include "xmpp/xmpp.h"
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 1b11668b..74166808 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -37,7 +37,7 @@
 #include <libotr/message.h>
 
 #include "ui/ui.h"
-#include "window_list.h"
+#include "ui/window_list.h"
 #include "log.h"
 #include "otr/otr.h"
 #include "otr/otrlib.h"