comparison src/protocols/toc/toc.c @ 7084:0909ebf6fb28

[gaim-migrate @ 7649] Bye bye, UI-specific includes. I think all protocol plugins are finally clear of any and all UI! (Aside from some #if 0'd code). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:59:30 +0000
parents fc9c74cfb306
children 2343c3aa1dec
comparison
equal deleted inserted replaced
7083:3100a6e03644 7084:0909ebf6fb28
29 #include "notify.h" 29 #include "notify.h"
30 #include "proxy.h" 30 #include "proxy.h"
31 #include "request.h" 31 #include "request.h"
32 #include "util.h" 32 #include "util.h"
33 #include "html.h" 33 #include "html.h"
34
35 /* XXX */
36 #include "gaim.h"
37 34
38 static GaimPlugin *my_protocol = NULL; 35 static GaimPlugin *my_protocol = NULL;
39 36
40 #define REVISION "penguin" 37 #define REVISION "penguin"
41 38