comparison src/protocols/yahoo/yahoo.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 86ed8b2aa665
children 2343c3aa1dec
comparison
equal deleted inserted replaced
7083:3100a6e03644 7084:0909ebf6fb28
37 37
38 #include "sha.h" 38 #include "sha.h"
39 #include "yahoo.h" 39 #include "yahoo.h"
40 #include "yahoochat.h" 40 #include "yahoochat.h"
41 #include "md5.h" 41 #include "md5.h"
42
43 /* XXX */
44 #include "gtkinternal.h"
45 #include "gaim.h"
46 #include "ui.h"
47 42
48 extern char *yahoo_crypt(const char *, const char *); 43 extern char *yahoo_crypt(const char *, const char *);
49 44
50 /* #define YAHOO_DEBUG */ 45 /* #define YAHOO_DEBUG */
51 46