comparison src/gaim.h @ 5228:1a53330dfd34

[gaim-migrate @ 5598] People have been talking about doing it, but nobody has done it. Since I want to clean up some header files today: list.[ch] -> blist.[ch] gtklist.h -> gtkblist.h buddy.c -> gtkblist.c committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 17:56:23 +0000
parents 0241d6b6702d
children 890b29f00b68
comparison
equal deleted inserted replaced
5227:6d1707dc8c3d 5228:1a53330dfd34
25 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
26 #include <config.h> 26 #include <config.h>
27 #endif 27 #endif
28 28
29 #include "core.h" 29 #include "core.h"
30 #include "list.h" 30 #include "blist.h"
31 #include "ui.h" 31 #include "ui.h"
32 #include "util.h" 32 #include "util.h"
33 33
34 #define XPATCH BAD /* Because Kalla Said So */ 34 #define XPATCH BAD /* Because Kalla Said So */
35 35