diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 15:08:47 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 15:08:47 +0100 |
commit | 90b9b48ab957f72aba9db664104ec04df986877e (patch) | |
tree | 9aafd02af415d24d2c5b5b5025fcc2b49a9a9303 /src/command | |
parent | cc32bb773811cbdc098f27ce32cb389e6a0163a9 (diff) | |
download | profani-tty-90b9b48ab957f72aba9db664104ec04df986877e.tar.gz |
Moved roster_list.c
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_ac.c | 2 | ||||
-rw-r--r-- | src/command/cmd_defs.c | 2 | ||||
-rw-r--r-- | src/command/cmd_funcs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index 2c8c02dd..20993a5b 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -48,7 +48,7 @@ #include "config/scripts.h" #include "xmpp/muc.h" #include "xmpp/xmpp.h" -#include "roster_list.h" +#include "xmpp/roster_list.h" #include "window_list.h" #include "plugins/plugins.h" #include "command/cmd_ac.h" diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 5ade93e3..8babde06 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -59,7 +59,7 @@ #include "config/tlscerts.h" #include "config/scripts.h" #include "xmpp/contact.h" -#include "roster_list.h" +#include "xmpp/roster_list.h" #include "xmpp/jid.h" #include "log.h" #include "xmpp/muc.h" diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index d7f4c8dc..fbcd944b 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -61,7 +61,7 @@ #include "config/tlscerts.h" #include "config/scripts.h" #include "xmpp/contact.h" -#include "roster_list.h" +#include "xmpp/roster_list.h" #include "xmpp/jid.h" #include "log.h" #include "xmpp/muc.h" |