diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-14 11:09:28 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:50 -0400 |
commit | 59fc3d1bdb01b7195a0f9745fe9914ac31b8a3a5 (patch) | |
tree | b925cd5f52bed29606364c76a08c0b7795ebcedd /src/ledger.h | |
parent | 77db7eb92f730af315d4bcdf831cc67acb386b58 (diff) | |
download | fork-ledger-59fc3d1bdb01b7195a0f9745fe9914ac31b8a3a5.tar.gz fork-ledger-59fc3d1bdb01b7195a0f9745fe9914ac31b8a3a5.tar.bz2 fork-ledger-59fc3d1bdb01b7195a0f9745fe9914ac31b8a3a5.zip |
Initial implementation of document_builder_t.
Diffstat (limited to 'src/ledger.h')
-rw-r--r-- | src/ledger.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ledger.h b/src/ledger.h index d4bdcabe..c9f0f9c4 100644 --- a/src/ledger.h +++ b/src/ledger.h @@ -44,10 +44,9 @@ #include <amount.h> #include <balance.h> #include <value.h> -#include <xml.h> #include <xpath.h> #include <format.h> -#include <quotes.h> +//#include <quotes.h> #include <session.h> #include <journal.h> |