about summary refs log tree commit diff stats
path: root/src/ui/core.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/ui/core.c
parent6b44b988f4bf8b8f63e6d9261b7ae9a05635bbc8 (diff)
downloadprofani-tty-38ed9188d30b5968fc6b311597e82d8648b73819.tar.gz
Moved ui/windows -> window_list
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index e2efcb55..78a5e026 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -72,7 +72,7 @@
 #include "ui/statusbar.h"
 #include "ui/inputwin.h"
 #include "ui/window.h"
-#include "ui/windows.h"
+#include "window_list.h"
 #include "xmpp/xmpp.h"
 #include "event/ui_events.h"