# HG changeset patch # User Christian Hammond # Date 1093196740 0 # Node ID c00def44d76a4974078477d13ed66b111386c80a # Parent 94910b9520cf7dfcef6260c985693376b9b7523f [gaim-migrate @ 10696] Fix up the gevolution plugin to use internal.h where appropriate (which was almost everywhere it seems). committer: Tailor Script diff -r 94910b9520cf -r c00def44d76a plugins/gevolution/add_buddy_dialog.c --- a/plugins/gevolution/add_buddy_dialog.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/add_buddy_dialog.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h" diff -r 94910b9520cf -r c00def44d76a plugins/gevolution/assoc-buddy.c --- a/plugins/gevolution/assoc-buddy.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/assoc-buddy.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h" diff -r 94910b9520cf -r c00def44d76a plugins/gevolution/gevo-util.c --- a/plugins/gevolution/gevo-util.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/gevo-util.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h" diff -r 94910b9520cf -r c00def44d76a plugins/gevolution/new_person_dialog.c --- a/plugins/gevolution/new_person_dialog.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/new_person_dialog.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkgaim.h" #include "gtkutils.h"