From dd5680c2674fe9ce458941ec9b3978cd7dda9bff Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Jul 2004 01:33:41 -0400 Subject: reorganized report.cc into item.cc, expr.cc and format.cc --- item.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'item.h') diff --git a/item.h b/item.h index f14e7f8e..f1b9b2f0 100644 --- a/item.h +++ b/item.h @@ -1,5 +1,5 @@ -#ifndef _REPORT_H -#define _REPORT_H +#ifndef _ITEM_H +#define _ITEM_H #include "ledger.h" #include "balance.h" @@ -49,8 +49,7 @@ item_t * walk_items(const item_t * top, item_t * walk_entries(entries_list::const_iterator begin, entries_list::const_iterator end, - const constraints_t& constraints, - const format_t& format); + const constraints_t& constraints); } // namespace report -- cgit v1.2.3