diff options
Diffstat (limited to 'src/textual.h')
-rw-r--r-- | src/textual.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/textual.h b/src/textual.h index b6f67157..3565579a 100644 --- a/src/textual.h +++ b/src/textual.h @@ -47,7 +47,7 @@ #define _TEXTUAL_H #include "journal.h" -#include "handler.h" +#include "account.h" namespace ledger { @@ -166,12 +166,6 @@ protected: friend class instance_t; }; -void write_textual_journal(journal_t& journal, - const path& pathname, - xact_handler_ptr& formatter, - const string& write_hdr_format, - std::ostream& out); - } // namespace ledger #endif // _TEXTUAL_H |