about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_otr.c
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 /tests/unittests/test_cmd_otr.c
parent8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (diff)
downloadprofani-tty-5bc38b6bc2bdf135d7f483c204ce75a51a7126b5.tar.gz
Moved window_list.c
Diffstat (limited to 'tests/unittests/test_cmd_otr.c')
-rw-r--r--tests/unittests/test_cmd_otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_otr.c b/tests/unittests/test_cmd_otr.c
index ab03e7d4..c1a46fc1 100644
--- a/tests/unittests/test_cmd_otr.c
+++ b/tests/unittests/test_cmd_otr.c
@@ -17,7 +17,7 @@
 
 #include "command/cmd_defs.h"
 #include "command/cmd_funcs.h"
-#include "window_list.h"
+#include "ui/window_list.h"
 #include "xmpp/xmpp.h"
 
 #include "ui/ui.h"
#n143'>143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182