comparison libpurple/protocols/qq/buddy_list.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 85d5942e80e9
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include <string.h> 25 #include <string.h>
26
27 #include "qq.h"
28
26 #include "debug.h" 29 #include "debug.h"
27
28 #include "notify.h" 30 #include "notify.h"
29 #include "utils.h" 31 #include "utils.h"
30 #include "packet_parse.h" 32 #include "packet_parse.h"
31 #include "buddy_info.h" 33 #include "buddy_info.h"
32 #include "buddy_list.h" 34 #include "buddy_list.h"
33 #include "buddy_status.h" 35 #include "buddy_status.h"
34 #include "buddy_opt.h" 36 #include "buddy_opt.h"
35 #include "char_conv.h" 37 #include "char_conv.h"
36 #include "crypt.h" 38 #include "crypt.h"
37 #include "header_info.h" 39 #include "header_info.h"
38 #include "keep_alive.h" 40 #include "keep_alive.h"
39 #include "send_core.h" 41 #include "send_core.h"
40 #include "qq.h"
41 #include "group.h" 42 #include "group.h"
42 #include "group_find.h" 43 #include "group_find.h"
43 #include "group_internal.h" 44 #include "group_internal.h"
44 #include "group_info.h" 45 #include "group_info.h"
45 46