# HG changeset patch # User Elliott Sales de Andrade # Date 1247891087 0 # Node ID f7c5bb2f662311e2d8b8f2663f6fe7cef643ccaf # Parent 0f48945aa77f2fc55bda2712c18826b21ba34d5f Don't include an internal header in the public finch headers. Fixes #9539. diff -r 0f48945aa77f -r f7c5bb2f6623 finch/finch.c --- a/finch/finch.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/finch.c Sat Jul 18 04:24:47 2009 +0000 @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include "account.h" #include "conversation.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/finch.h --- a/finch/finch.h Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/finch.h Sat Jul 18 04:24:47 2009 +0000 @@ -24,8 +24,6 @@ */ #include -#include "libpurple/internal.h" - #define FINCH_UI "gnt-purple" #define FINCH_PREFS_ROOT "/finch" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntaccount.c --- a/finch/gntaccount.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntaccount.c Sat Jul 18 04:24:47 2009 +0000 @@ -36,6 +36,7 @@ #include #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntblist.c --- a/finch/gntblist.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntblist.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntcertmgr.c --- a/finch/gntcertmgr.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntcertmgr.c Sat Jul 18 04:24:47 2009 +0000 @@ -26,6 +26,7 @@ */ #include "finch.h" +#include #include "certificate.h" #include "debug.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntconn.c --- a/finch/gntconn.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntconn.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include "account.h" #include "core.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntconv.c --- a/finch/gntconv.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntconv.c Sat Jul 18 04:24:47 2009 +0000 @@ -26,6 +26,7 @@ #include #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntdebug.c --- a/finch/gntdebug.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntdebug.c Sat Jul 18 04:24:47 2009 +0000 @@ -35,6 +35,7 @@ #include "gntdebug.h" #include "finch.h" +#include #include "notify.h" #include "util.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntft.c --- a/finch/gntft.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntft.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntlog.c --- a/finch/gntlog.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntlog.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntnotify.c --- a/finch/gntnotify.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntnotify.c Sat Jul 18 04:24:47 2009 +0000 @@ -32,6 +32,7 @@ #include #include "finch.h" +#include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntplugin.c --- a/finch/gntplugin.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntplugin.c Sat Jul 18 04:24:47 2009 +0000 @@ -32,6 +32,7 @@ #include #include "finch.h" +#include #include "debug.h" #include "notify.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntpounce.c --- a/finch/gntpounce.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntpounce.c Sat Jul 18 04:24:47 2009 +0000 @@ -36,6 +36,7 @@ #include #include "finch.h" +#include #include "account.h" #include "conversation.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntprefs.c --- a/finch/gntprefs.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntprefs.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntrequest.c --- a/finch/gntrequest.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntrequest.c Sat Jul 18 04:24:47 2009 +0000 @@ -35,6 +35,7 @@ #include #include "finch.h" +#include #include "gntrequest.h" #include "debug.h" #include "util.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntroomlist.c --- a/finch/gntroomlist.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntroomlist.c Sat Jul 18 04:24:47 2009 +0000 @@ -25,6 +25,7 @@ */ #include "finch.h" +#include #include "gntrequest.h" #include "gntroomlist.h" diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntsound.c --- a/finch/gntsound.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntsound.c Sat Jul 18 04:24:47 2009 +0000 @@ -24,6 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #ifdef _WIN32 #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntstatus.c --- a/finch/gntstatus.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntstatus.c Sat Jul 18 04:24:47 2009 +0000 @@ -34,6 +34,7 @@ #include #include "finch.h" +#include #include #include diff -r 0f48945aa77f -r f7c5bb2f6623 finch/gntui.c --- a/finch/gntui.c Fri Jul 17 04:11:00 2009 +0000 +++ b/finch/gntui.c Sat Jul 18 04:24:47 2009 +0000 @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #include "finch.h" +#include #include "gntui.h"