comparison plugins/gevolution/gevolution.c @ 9821:a09ffb82aef1

[gaim-migrate @ 10692] Make some plugins use gtkgaim.h instead of gtkinternal.h Somebody test the evolution plugin committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 22 Aug 2004 17:24:43 +0000
parents a5ec9e73f46d
children a9fb4493ae22
comparison
equal deleted inserted replaced
9820:fa8111c03283 9821:a09ffb82aef1
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19 * 02111-1307, USA. 19 * 02111-1307, USA.
20 */ 20 */
21 #include "internal.h" 21 #include "internal.h"
22 #include "gtkinternal.h" 22 #include "gtkgaim.h"
23 #include "gtkblist.h"
24 23
25 #include "connection.h" 24 #include "connection.h"
26 #include "debug.h" 25 #include "debug.h"
27 #include "prefs.h" 26 #include "prefs.h"
28 #include "signals.h" 27 #include "signals.h"
29 28
29 #include "gtkblist.h"
30 #include "gtkconv.h" 30 #include "gtkconv.h"
31 #include "gtkplugin.h" 31 #include "gtkplugin.h"
32 #include "gtkutils.h" 32 #include "gtkutils.h"
33 33
34 #include "gevolution.h" 34 #include "gevolution.h"