diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-01 01:37:20 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-01 01:37:58 -0400 |
commit | 567902b1731db6f1ace85a7bc384b55ffd0948ab (patch) | |
tree | 6073b110e309781eea7e05163b57ff90bec88d5f /xml.h | |
parent | e5048ec71bf114c351c62844b7603893195df4d4 (diff) | |
download | fork-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #define _XML_H #include "journal.h" -#include "format.h" +#include "report.h" namespace ledger { |