pidgin: 082fad08: Don't include an internal header in the ...

qulogic at pidgin.im qulogic at pidgin.im
Sun Jul 19 04:20:39 EDT 2009


-----------------------------------------------------------------
Revision: 082fad0844ad2951cd94bfff9e512576fc7b9279
Ancestor: d69cc80e002f00d7ef65bc01f620d1c2ffa58f3a
Author: qulogic at pidgin.im
Date: 2009-07-18T04:24:47
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/082fad0844ad2951cd94bfff9e512576fc7b9279

Modified files:
        finch/finch.c finch/finch.h finch/gntaccount.c
        finch/gntblist.c finch/gntcertmgr.c finch/gntconn.c
        finch/gntconv.c finch/gntdebug.c finch/gntft.c
        finch/gntlog.c finch/gntnotify.c finch/gntplugin.c
        finch/gntpounce.c finch/gntprefs.c finch/gntrequest.c
        finch/gntroomlist.c finch/gntsound.c finch/gntstatus.c
        finch/gntui.c

ChangeLog: 

Don't include an internal header in the public finch headers.

Fixes #9539.

-------------- next part --------------
============================================================
--- finch/finch.c	65c413612d0991cbe6e1967477a90d62999436f0
+++ finch/finch.c	cac7b3e01ed58a2b42dc90a3c6a4597f73f74569
@@ -20,6 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include "account.h"
 #include "conversation.h"
============================================================
--- finch/finch.h	f0061186ee99a03eb6c56f0cf45ef01cf9c58965
+++ finch/finch.h	78057117c7231295ae0834b8eed6ea80e61c3872
@@ -24,8 +24,6 @@
  */
 #include <glib.h>
 
-#include "libpurple/internal.h"
-
 #define FINCH_UI "gnt-purple"
 
 #define FINCH_PREFS_ROOT "/finch"
============================================================
--- finch/gntaccount.c	24d52150587c87297f848a21a98fe4488ad43cbb
+++ finch/gntaccount.c	6fa675c02791d73ce1286d7982b3f38f5e457ba0
@@ -36,6 +36,7 @@
 #include <gntwindow.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include <account.h>
 #include <accountopt.h>
============================================================
--- finch/gntblist.c	d7891e6e97a491a82f1e3baee278be83774087b0
+++ finch/gntblist.c	f03f090d44fbf12244ee42f7f91b905550cbc10a
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include <account.h>
 #include <blist.h>
============================================================
--- finch/gntcertmgr.c	ab5068d98b50f3ef1b3f0493f0c31af32268513e
+++ finch/gntcertmgr.c	8bff35c5e765f032ab4217905ed803cdf457e67e
@@ -26,6 +26,7 @@
  */
 
 #include "finch.h"
+#include <internal.h>
 
 #include "certificate.h"
 #include "debug.h"
============================================================
--- finch/gntconn.c	73ce18da86b2412b9315a83b05335f077eaab193
+++ finch/gntconn.c	4e8ab3c05ad02740db8b3ed1b3edccfc30a9023a
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include "account.h"
 #include "core.h"
============================================================
--- finch/gntconv.c	74d481cd430e523bdd7c25c7b6fd7655386ba1a4
+++ finch/gntconv.c	8d956d412f7a6210a44a80bf81646117aa1f2fc3
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include <cmds.h>
 #include <idle.h>
============================================================
--- finch/gntdebug.c	3c50d168613dd61ac43ff2e08bff23ad6f440042
+++ finch/gntdebug.c	54c4d32f48b2dd05df186f8e39756229fc1ffa57
@@ -35,6 +35,7 @@
 
 #include "gntdebug.h"
 #include "finch.h"
+#include <internal.h>
 #include "notify.h"
 #include "util.h"
 
============================================================
--- finch/gntft.c	464c5a1c86e38be2ffb920b661097679d0909688
+++ finch/gntft.c	04e2834f319cbf6c67d628696f0aacbf329912dd
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include <gnt.h>
 #include <gntbox.h>
============================================================
--- finch/gntlog.c	a2349a031e3419313a2004a95d4dfa5722c4c4f0
+++ finch/gntlog.c	9ca932b4f8c3640a76539ed84cc3f08e5ad2f6a6
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include <gnt.h>
 #include <gntbox.h>
============================================================
--- finch/gntnotify.c	bd41ed732460d34bd77bdb2c93dcae4b454788b3
+++ finch/gntnotify.c	0900df9b537579c3bc05bbb5d15e5a249102ef1c
@@ -32,6 +32,7 @@
 #include <gntwindow.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include <util.h>
 
============================================================
--- finch/gntplugin.c	cacace6ab691ae845474951267f19121765a0ca7
+++ finch/gntplugin.c	ee71059d39fb4588033976591d8a468e1bed8c56
@@ -32,6 +32,7 @@
 #include <gntutils.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include "debug.h"
 #include "notify.h"
============================================================
--- finch/gntpounce.c	6f2b17da15f2d323271e599d32bbbb32427c5903
+++ finch/gntpounce.c	b0f2e19529439b4ef2a556a2da9b41eefbf0f1a5
@@ -36,6 +36,7 @@
 #include <gntutils.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include "account.h"
 #include "conversation.h"
============================================================
--- finch/gntprefs.c	f99767052ae453a6a10ecb1ce7a5b2030e6fa25f
+++ finch/gntprefs.c	847e046260d5f0f707bbb426e6c941fd4dd02f62
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include <prefs.h>
 #include <savedstatuses.h>
============================================================
--- finch/gntrequest.c	03677ade2ff146473e7c1ea079a52d3b0c025cdb
+++ finch/gntrequest.c	7222ef615809645e9b34d0bbb38eeecdd981dec0
@@ -35,6 +35,7 @@
 #include <gnttree.h>
 
 #include "finch.h"
+#include <internal.h>
 #include "gntrequest.h"
 #include "debug.h"
 #include "util.h"
============================================================
--- finch/gntroomlist.c	abd1996bff3318759c2f15d8a68ea77a9b34fdae
+++ finch/gntroomlist.c	0eccbc6c4217925daa79267b56fe88f1eca588ae
@@ -25,6 +25,7 @@
  */
 
 #include "finch.h"
+#include <internal.h>
 
 #include "gntrequest.h"
 #include "gntroomlist.h"
============================================================
--- finch/gntsound.c	7bf77db577c2ba87918ea1068d087569ca486c24
+++ finch/gntsound.c	0d608b0864922f73624c9f9e77aa4b9b8df9c437
@@ -24,6 +24,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #ifdef _WIN32
 #include <windows.h>
============================================================
--- finch/gntstatus.c	d5c598d5a2a03f0a3b911e3a3ac3a3e7a2aa4c13
+++ finch/gntstatus.c	0f7b880158001930fe560f89774b3a1b0584b846
@@ -34,6 +34,7 @@
 #include <gntutils.h>
 
 #include "finch.h"
+#include <internal.h>
 
 #include <notify.h>
 #include <request.h>
============================================================
--- finch/gntui.c	bf59d08bbf4bfe3e21f0df6b9494ed35d149ba18
+++ finch/gntui.c	6af8110c479dc4cabb5a59f2471107391d9c881b
@@ -20,6 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "finch.h"
+#include <internal.h>
 
 #include "gntui.h"
 


More information about the Commits mailing list