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"