about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-15 19:26:28 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 19:26:28 +0100
commit38ed9188d30b5968fc6b311597e82d8648b73819 (patch)
tree35c6a9484f4c4ce831e0c56f7f4ad58fe2fe7a7f /src/command/commands.c
parent6b44b988f4bf8b8f63e6d9261b7ae9a05635bbc8 (diff)
downloadprofani-tty-38ed9188d30b5968fc6b311597e82d8648b73819.tar.gz
Moved ui/windows -> window_list
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 28cba7d7..e439c198 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -64,7 +64,7 @@
 #include "xmpp/xmpp.h"
 #include "xmpp/bookmark.h"
 #include "ui/ui.h"
-#include "ui/windows.h"
+#include "window_list.h"
 #include "event/client_events.h"
 #include "event/ui_events.h"