From 5b70252b1a3aefdd5979769350f0894248dc0866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoit=20Gr=C3=A9goire?= Date: Mon, 25 Nov 2002 19:08:22 +0000 Subject: [PATCH] =?UTF-8?q?2002-11-25=20=20Benoit=20Gr=EF=BF=BDgoire=20=20?= =?UTF-8?q?=20=09*=20src/import-export/hbci/gnc-hbci?= =?UTF-8?q?-gettrans.c:=20Remove=20=09#include=20"gnc-generic-import.h"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7555 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/import-export/hbci/gnc-hbci-gettrans.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afbdddc49d..7ffdb2b531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 Benoit Grégoire + * src/import-export/hbci/gnc-hbci-gettrans.c: Remove + #include "gnc-generic-import.h" + 2002-11-25 Benoit Grégoire * src/import-export/Account-matcher.[c,h]: Minor changes to make the matcher more generic: Improved text handling, default account diff --git a/src/import-export/hbci/gnc-hbci-gettrans.c b/src/import-export/hbci/gnc-hbci-gettrans.c index 404d394a00..7bcba111f0 100644 --- a/src/import-export/hbci/gnc-hbci-gettrans.c +++ b/src/import-export/hbci/gnc-hbci-gettrans.c @@ -31,7 +31,6 @@ #include "date.h" #include "Transaction.h" #include "gnc-engine-util.h" -#include "gnc-generic-import.h" #include "gnc-gen-transaction.h" #include "hbci-interaction.h"