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/xmpp | |
parent | 8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (diff) | |
download | profani-tty-5bc38b6bc2bdf135d7f483c204ce75a51a7126b5.tar.gz |
Moved window_list.c
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/chat_state.c | 2 | ||||
-rw-r--r-- | src/xmpp/iq.c | 2 | ||||
-rw-r--r-- | src/xmpp/muc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/xmpp/chat_state.c b/src/xmpp/chat_state.c index 836d313f..66c24265 100644 --- a/src/xmpp/chat_state.c +++ b/src/xmpp/chat_state.c @@ -39,7 +39,7 @@ #include "chat_state.h" #include "xmpp/chat_session.h" -#include "window_list.h" +#include "ui/window_list.h" #include "ui/win_types.h" #include "xmpp/xmpp.h" #include "config/preferences.h" diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 954faf5d..c5f75ed0 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -54,7 +54,7 @@ #include "muc.h" #include "profanity.h" #include "ui/ui.h" -#include "window_list.h" +#include "ui/window_list.h" #include "config/preferences.h" #include "event/server_events.h" #include "xmpp/capabilities.h" diff --git a/src/xmpp/muc.c b/src/xmpp/muc.c index 884ddd34..83766c80 100644 --- a/src/xmpp/muc.c +++ b/src/xmpp/muc.c @@ -43,7 +43,7 @@ #include "xmpp/jid.h" #include "tools/autocomplete.h" #include "ui/ui.h" -#include "window_list.h" +#include "ui/window_list.h" #include "muc.h" typedef struct _muc_room_t { |