diff options
author | James Booth <boothj5@gmail.com> | 2013-05-06 23:04:46 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-05-06 23:04:46 +0100 |
commit | c1ee75da40b5fa633cb7a3efd699c217a3c88ff0 (patch) | |
tree | c15fc645d3a219bc92c9d9b122c3065c9eb4143c /src/command | |
parent | 05f2d293968d056099b7bb712ae00b39048ed4d4 (diff) | |
download | profani-tty-c1ee75da40b5fa633cb7a3efd699c217a3c88ff0.tar.gz |
Removed contact_list, moved roster logic to xmpp/roster module
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 49be0635..0d56ab26 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -36,7 +36,6 @@ #include "config/preferences.h" #include "config/theme.h" #include "contact.h" -#include "contact_list.h" #include "jid.h" #include "log.h" #include "muc.h" |