comparison src/protocols/icq/gaim_icq.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 7a8aa87164ae
children fb08a0973b3e
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
1 #include <string.h> 1 #include <string.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include "icq.h" /* well, we're doing ICQ, right? */ 3 #include "icq.h" /* well, we're doing ICQ, right? */
4 #include "gaim.h" /* needed for every other damn thing */ 4 #include "gaim.h" /* needed for every other damn thing */
5 #include "multi.h" /* needed for gaim_connection */
6 #include "prpl.h" /* needed for prpl */ 5 #include "prpl.h" /* needed for prpl */
7 #include "proxy.h" 6 #include "proxy.h"
8 7
9 #define USEROPT_NICK 0 8 #define USEROPT_NICK 0
10 9