comparison console/plugins/gnthistory.c @ 14783:9de2963a8184

[gaim-migrate @ 17547] Do not include what you do not use. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 19 Oct 2006 06:51:22 +0000
parents 04bdbbefbd1d
children 584da235633e
comparison
equal deleted inserted replaced
14782:9ec6f3ffad14 14783:9de2963a8184
31 #include "signals.h" 31 #include "signals.h"
32 #include "util.h" 32 #include "util.h"
33 #include "version.h" 33 #include "version.h"
34 34
35 #include "gntplugin.h" 35 #include "gntplugin.h"
36
37 #include <gnttextview.h>
38 36
39 #define HISTORY_PLUGIN_ID "gnt-history" 37 #define HISTORY_PLUGIN_ID "gnt-history"
40 38
41 #define HISTORY_SIZE (4 * 1024) 39 #define HISTORY_SIZE (4 * 1024)
42 40