diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 15:14:46 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 15:14:46 +0100 |
commit | 5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (patch) | |
tree | 542f4c60f4c8d1d934ad2f65d0da3f674a15e9ca /src/config | |
parent | 8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (diff) | |
download | profani-tty-5bc38b6bc2bdf135d7f483c204ce75a51a7126b5.tar.gz |
Moved window_list.c
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/scripts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/scripts.c b/src/config/scripts.c index 03ed6b99..04c4c1cd 100644 --- a/src/config/scripts.c +++ b/src/config/scripts.c @@ -42,7 +42,7 @@ #include "common.h" #include "log.h" -#include "window_list.h" +#include "ui/window_list.h" #include "command/cmd_defs.h" #include "ui/ui.h" #include "xmpp/xmpp.h" |