From 99c8a23ab903f79983ab5103d1e7aa43ebb799a5 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 14 Sep 2003 01:15:52 +0000 Subject: [PATCH] * src/import-export/ofx/gnc-ofx-import.c: use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9304 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 6 ++++++ src/import-export/ofx/gnc-ofx-import.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c6ec8e986..66dc897365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-13 Derek Atkins + + * src/import-export/ofx/gnc-ofx-import.c: use + instead of "libofx/libofx.h" as it's not part of our system. + Fixes a dependency problem in 1.8.6 release. + 2003-09-11 Derek Atkins * src/business/business-core/file/gnc-*.c: diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index 4dfea19f31..f061441e80 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -35,7 +35,7 @@ #include #include -#include "libofx/libofx.h" +#include #include "import-account-matcher.h" #include "import-commodity-matcher.h" #include "import-utilities.h"