diff options
Diffstat (limited to 'main.cc')
-rw-r--r-- | main.cc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,6 @@ -#include "ledger.h" +#include "journal.h" #include "parser.h" #include "textual.h" -#include "autoxact.h" #include "binary.h" #include "qif.h" #include "acconf.h" @@ -164,8 +163,6 @@ int parse_and_report(int argc, char * argv[], char * envp[]) { std::auto_ptr<journal_t> journal(new journal_t); - add_hook(journal->entry_finalize_hooks, handle_auto_xacts); - // Parse command-line arguments, and those set in the environment TIMER_START(process_opts); |