Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4607:8742023570be | 4608:5fcb44d771d2 |
|---|---|
| 38 #include <stdio.h> | 38 #include <stdio.h> |
| 39 #include <sys/time.h> | 39 #include <sys/time.h> |
| 40 #include <time.h> | 40 #include <time.h> |
| 41 #include <sys/stat.h> | 41 #include <sys/stat.h> |
| 42 #include <ctype.h> | 42 #include <ctype.h> |
| 43 #include "gaim.h" | |
| 43 #include "multi.h" | 44 #include "multi.h" |
| 44 #include "core.h" | 45 #include "core.h" |
| 45 #include "prpl.h" | 46 #include "prpl.h" |
| 46 #include "gaim.h" | |
| 47 #include "proxy.h" | 47 #include "proxy.h" |
| 48 | 48 |
| 49 #ifdef _WIN32 | 49 #ifdef _WIN32 |
| 50 #include "win32dep.h" | 50 #include "win32dep.h" |
| 51 #endif | 51 #endif |
