2002-11-25 Benoit Gr�goire <bock@step.polymtl.ca>

* src/import-export/hbci/gnc-hbci-gettrans.c: Remove
	#include "gnc-generic-import.h"


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7555 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Benoit Grégoire 2002-11-25 19:08:22 +00:00
parent 4afdb615cf
commit 5b70252b1a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-25 Benoit Grégoire <bock@step.polymtl.ca>
* src/import-export/hbci/gnc-hbci-gettrans.c: Remove
#include "gnc-generic-import.h"
2002-11-25 Benoit Grégoire <bock@step.polymtl.ca>
* src/import-export/Account-matcher.[c,h]: Minor changes to make
the matcher more generic: Improved text handling, default account

View File

@ -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"