about summary refs log tree commit diff stats
path: root/src/window_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:08:47 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:08:47 +0100
commit90b9b48ab957f72aba9db664104ec04df986877e (patch)
tree9aafd02af415d24d2c5b5b5025fcc2b49a9a9303 /src/window_list.c
parentcc32bb773811cbdc098f27ce32cb389e6a0163a9 (diff)
downloadprofani-tty-90b9b48ab957f72aba9db664104ec04df986877e.tar.gz
Moved roster_list.c
Diffstat (limited to 'src/window_list.c')
-rw-r--r--src/window_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_list.c b/src/window_list.c
index 2d4de286..1e5ff426 100644
--- a/src/window_list.c
+++ b/src/window_list.c
@@ -41,7 +41,7 @@
 #include <glib.h>
 
 #include "common.h"
-#include "roster_list.h"
+#include "xmpp/roster_list.h"
 #include "config/theme.h"
 #include "ui/ui.h"
 #include "ui/statusbar.h"