summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-01 01:37:20 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-01 01:37:58 -0400
commit567902b1731db6f1ace85a7bc384b55ffd0948ab (patch)
tree6073b110e309781eea7e05163b57ff90bec88d5f /xml.h
parente5048ec71bf114c351c62844b7603893195df4d4 (diff)
downloadfork-ledger-567902b1731db6f1ace85a7bc384b55ffd0948ab.tar.gz
fork-ledger-567902b1731db6f1ace85a7bc384b55ffd0948ab.tar.bz2
fork-ledger-567902b1731db6f1ace85a7bc384b55ffd0948ab.zip
Simplified the format_t code so that it no longer references any particulars
about journal objects. This is all done through value expressions now.
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h2
1 files changed, 1 insertions, 1 deletions
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 {