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.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13762 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-04-10 21:14:34 +00:00
parent 36a79b66f9
commit 18700492c5
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2006-04-10 Derek Atkins <derek@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@employees.org>
* src/gnome-utils/account-quickfill.c: Eliminate some unnecessary

View File

@ -23,7 +23,6 @@
#include "config.h"
#include <gtk/gtk.h>
#include <glib.h>
#include <glib/gi18n.h>
#define AQBANKING_NOWARN_DEPRECATED

View File

@ -23,7 +23,6 @@
#include "config.h"
#include <gtk/gtk.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <errno.h>
#include <iconv.h>