mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
36a79b66f9
commit
18700492c5
@ -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
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#define AQBANKING_NOWARN_DEPRECATED
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <errno.h>
|
||||
#include <iconv.h>
|
||||
|
Loading…
Reference in New Issue
Block a user