[Gnucash-changes] r13762 - gnucash/trunk - Back out r13752. We don't need to explicitly #include glib.h

Derek Atkins warlord at cvs.gnucash.org
Mon Apr 10 17:14:35 EDT 2006


Author: warlord
Date: 2006-04-10 17:14:34 -0400 (Mon, 10 Apr 2006)
New Revision: 13762
Trac: http://svn.gnucash.org/trac/changeset/13762

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/import-export/hbci/gnc-hbci-gettrans.c
   gnucash/trunk/src/import-export/hbci/gnc-hbci-utils.c
Log:
Back out r13752.  We don't need to explicitly #include glib.h
because qof.h includes it for us.  Besides, it doesn't fix
the whole problem.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-10 20:54:49 UTC (rev 13761)
+++ gnucash/trunk/ChangeLog	2006-04-10 21:14:34 UTC (rev 13762)
@@ -1,3 +1,11 @@
+2006-04-10  Derek Atkins  <derek at ihtfp.com>
+
+	* src/import-export/hbci/gnc-hbci-gettrans.c:
+	* src/import-export/hbci/gnc-hbci-utils.c:
+	  Back out r13752.  We don't need to explicitly #include glib.h
+	  because qof.h includes it for us.  Besides, it doesn't fix
+	  the whole problem.
+
 2006-04-08  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/account-quickfill.c: Eliminate some unnecessary

Modified: gnucash/trunk/src/import-export/hbci/gnc-hbci-gettrans.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/gnc-hbci-gettrans.c	2006-04-10 20:54:49 UTC (rev 13761)
+++ gnucash/trunk/src/import-export/hbci/gnc-hbci-gettrans.c	2006-04-10 21:14:34 UTC (rev 13762)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <gtk/gtk.h>
-#include <glib.h>
 #include <glib/gi18n.h>
 
 #define AQBANKING_NOWARN_DEPRECATED

Modified: gnucash/trunk/src/import-export/hbci/gnc-hbci-utils.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/gnc-hbci-utils.c	2006-04-10 20:54:49 UTC (rev 13761)
+++ gnucash/trunk/src/import-export/hbci/gnc-hbci-utils.c	2006-04-10 21:14:34 UTC (rev 13762)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <gtk/gtk.h>
-#include <glib.h>
 #include <glib/gi18n.h>
 #include <errno.h>
 #include <iconv.h>



More information about the gnucash-changes mailing list