Include finch.h from these files, instead of internal.h.

Sat, 26 Jan 2008 22:36:01 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 26 Jan 2008 22:36:01 +0000
changeset 22340
5a20c8e2a79e
parent 22339
f68309ed6c0a
child 22341
ed341c90116e

Include finch.h from these files, instead of internal.h.

finch/gntcertmgr.c file | annotate | diff | comparison | revisions
finch/gntidle.c file | annotate | diff | comparison | revisions
finch/gntpounce.c file | annotate | diff | comparison | revisions
finch/gntsound.c file | annotate | diff | comparison | revisions
finch/gntui.c file | annotate | diff | comparison | revisions
--- a/finch/gntcertmgr.c	Sat Jan 26 22:33:08 2008 +0000
+++ b/finch/gntcertmgr.c	Sat Jan 26 22:36:01 2008 +0000
@@ -25,14 +25,13 @@
  *
  */
 
-#include "internal.h"
+#include "finch.h"
 
 #include "certificate.h"
 #include "debug.h"
 #include "notify.h"
 #include "request.h"
 
-#include "finch.h"
 #include "gntcertmgr.h"
 
 #include "gntbutton.h"
--- a/finch/gntidle.c	Sat Jan 26 22:33:08 2008 +0000
+++ b/finch/gntidle.c	Sat Jan 26 22:36:01 2008 +0000
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "finch.h"
 #include "gntidle.h"
 #include "gntwm.h"
 
--- a/finch/gntpounce.c	Sat Jan 26 22:33:08 2008 +0000
+++ b/finch/gntpounce.c	Sat Jan 26 22:36:01 2008 +0000
@@ -35,7 +35,6 @@
 #include <gnttree.h>
 #include <gntutils.h>
 
-#include "internal.h"
 #include "finch.h"
 
 #include "account.h"
--- a/finch/gntsound.c	Sat Jan 26 22:33:08 2008 +0000
+++ b/finch/gntsound.c	Sat Jan 26 22:36:01 2008 +0000
@@ -23,7 +23,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#include "internal.h"
 #include "finch.h"
 
 #ifdef _WIN32
--- a/finch/gntui.c	Sat Jan 26 22:33:08 2008 +0000
+++ b/finch/gntui.c	Sat Jan 26 22:36:01 2008 +0000
@@ -19,7 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#include "internal.h"
+#include "finch.h"
 
 #include "gntui.h"
 

mercurial