comparison src/protocols/oscar/oscar.c @ 7083:3100a6e03644

[gaim-migrate @ 7648] Remove the last UI #includes from oscar. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:56:49 +0000
parents 25a616f16b6c
children 7b31e3e22f59
comparison
equal deleted inserted replaced
7082:25a616f16b6c 7083:3100a6e03644
28 28
29 #include "account.h" 29 #include "account.h"
30 #include "accountopt.h" 30 #include "accountopt.h"
31 #include "buddyicon.h" 31 #include "buddyicon.h"
32 #include "conversation.h" 32 #include "conversation.h"
33 #include "core.h"
33 #include "debug.h" 34 #include "debug.h"
34 #include "ft.h" 35 #include "ft.h"
35 #include "imgstore.h" 36 #include "imgstore.h"
36 #include "multi.h" 37 #include "multi.h"
37 #include "notify.h" 38 #include "notify.h"
42 #include "util.h" 43 #include "util.h"
43 #include "html.h" 44 #include "html.h"
44 45
45 #include "aim.h" 46 #include "aim.h"
46 #include "md5.h" 47 #include "md5.h"
47
48 /* XXX CORE/UI */
49 #include "gtkinternal.h"
50 #include "gaim.h"
51
52 48
53 #define UC_AOL 0x02 49 #define UC_AOL 0x02
54 #define UC_ADMIN 0x04 50 #define UC_ADMIN 0x04
55 #define UC_UNCONFIRMED 0x08 51 #define UC_UNCONFIRMED 0x08
56 #define UC_NORMAL 0x10 52 #define UC_NORMAL 0x10