comparison src/conversation.h @ 9718:78022bad9367

[gaim-migrate @ 10579] Fix some of those problems where one file needed to be included before another. Also, idle.c, server.c, sound.c and status.c are core-esque files that have gtk stuff in them. Most of it deals with status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 14:24:42 +0000
parents 8a540b8a5f70
children c28d5b45624e
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
131 GAIM_CBFLAGS_OP = 0x0004, /**< Channel Op or Moderator */ 131 GAIM_CBFLAGS_OP = 0x0004, /**< Channel Op or Moderator */
132 GAIM_CBFLAGS_FOUNDER = 0x0008 /**< Channel Founder */ 132 GAIM_CBFLAGS_FOUNDER = 0x0008 /**< Channel Founder */
133 } GaimConvChatBuddyFlags; 133 } GaimConvChatBuddyFlags;
134 134
135 #include "account.h" 135 #include "account.h"
136 #include "buddyicon.h"
136 #include "log.h" 137 #include "log.h"
137 #include "buddyicon.h"
138 #include "server.h" 138 #include "server.h"
139 139
140 /** 140 /**
141 * Conversation window operations. 141 * Conversation window operations.
142 * 142 *