changeset 22218:5152a14d06a3

Include finch.h from these files, instead of internal.h.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 26 Jan 2008 22:36:01 +0000
parents ad357ca94de9
children 797230b3e48e
files finch/gntcertmgr.c finch/gntidle.c finch/gntpounce.c finch/gntsound.c finch/gntui.c
diffstat 5 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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"