Mercurial > pidgin
diff src/protocols/jabber/chat.c @ 9713:db62420a53a2
[gaim-migrate @ 10574]
Remove multi.h
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 08 Aug 2004 05:38:02 +0000 |
| parents | 8b2451878e26 |
| children | 4a8bf81b82ae |
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c Sun Aug 08 03:39:26 2004 +0000 +++ b/src/protocols/jabber/chat.c Sun Aug 08 05:38:02 2004 +0000 @@ -20,7 +20,7 @@ */ #include "internal.h" #include "debug.h" -#include "multi.h" /* for proto_chat_entry */ +#include "prpl.h" /* for proto_chat_entry */ #include "notify.h" #include "request.h" #include "roomlist.h"
