finch/gntpounce.c

branch
vv
changeset 26477
245d9650bb2b
parent 26142
20ed0b892829
child 27829
94b279f7c38c
equal deleted inserted replaced
26476:8ef2f5f37470 26477:245d9650bb2b
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 25 *
26 */ 26 */
27 #include "internal.h"
28 #include "account.h"
29 #include "conversation.h"
30 #include "debug.h"
31 #include "notify.h"
32 #include "prpl.h"
33 #include "request.h"
34 #include "server.h"
35 #include "util.h"
36
37 #include <gnt.h> 27 #include <gnt.h>
38 #include <gntbox.h> 28 #include <gntbox.h>
39 #include <gntbutton.h> 29 #include <gntbutton.h>
40 #include <gntcheckbox.h> 30 #include <gntcheckbox.h>
41 #include <gntcombobox.h> 31 #include <gntcombobox.h>
44 #include <gntline.h> 34 #include <gntline.h>
45 #include <gnttree.h> 35 #include <gnttree.h>
46 #include <gntutils.h> 36 #include <gntutils.h>
47 37
48 #include "finch.h" 38 #include "finch.h"
39
40 #include "account.h"
41 #include "conversation.h"
42 #include "debug.h"
43 #include "notify.h"
44 #include "prpl.h"
45 #include "request.h"
46 #include "server.h"
47 #include "util.h"
49 48
50 #include "gntpounce.h" 49 #include "gntpounce.h"
51 50
52 51
53 typedef struct 52 typedef struct

mercurial