Mercurial > pidgin
diff src/protocols/irc/irc.c @ 4608:5fcb44d771d2
[gaim-migrate @ 4896]
just because an account signs off doesn't mean we can forget about it ;-)
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 24 Feb 2003 00:29:54 +0000 |
| parents | a2c95c0d7333 |
| children | 69f028a6f357 |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Sun Feb 23 06:24:00 2003 +0000 +++ b/src/protocols/irc/irc.c Mon Feb 24 00:29:54 2003 +0000 @@ -40,10 +40,10 @@ #include <time.h> #include <sys/stat.h> #include <ctype.h> +#include "gaim.h" #include "multi.h" #include "core.h" #include "prpl.h" -#include "gaim.h" #include "proxy.h" #ifdef _WIN32
