From 567902b1731db6f1ace85a7bc384b55ffd0948ab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 1 Aug 2008 01:37:20 -0400 Subject: Simplified the format_t code so that it no longer references any particulars about journal objects. This is all done through value expressions now. --- xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml.h') diff --git a/xml.h b/xml.h index fec25c85..006c3a2b 100644 --- a/xml.h +++ b/xml.h @@ -2,7 +2,7 @@ #define _XML_H #include "journal.h" -#include "format.h" +#include "report.h" namespace ledger { -- cgit v1.2.3