From bbdab793029f156425180282e0e7a2a7090c1c4a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 3 Aug 2008 21:38:53 -0400 Subject: Rearranged the code a bit, breaking walk.cc into several different files: compare compare_items handler item_handler iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text. --- textual.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textual.h') diff --git a/textual.h b/textual.h index 47faad8e..8064d0db 100644 --- a/textual.h +++ b/textual.h @@ -33,8 +33,7 @@ #define _TEXTUAL_H #include "journal.h" -#include "format.h" -#include "walk.h" +#include "handler.h" namespace ledger { -- cgit v1.2.3