diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-14 11:09:54 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:50 -0400 |
commit | f83705b847c59a8197f5098cb7dc2d484704e24d (patch) | |
tree | 1b314d07bb9f50a75781d703ec6c778056e74684 /src/ledger.h | |
parent | 65af1688382331d91153fb2366026e94feb5afe2 (diff) | |
download | ledger-f83705b847c59a8197f5098cb7dc2d484704e24d.tar.gz ledger-f83705b847c59a8197f5098cb7dc2d484704e24d.tar.bz2 ledger-f83705b847c59a8197f5098cb7dc2d484704e24d.zip |
Changed xpath to use intrusive_ptr; got the xml command working
Diffstat (limited to 'src/ledger.h')
-rw-r--r-- | src/ledger.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ledger.h b/src/ledger.h index c9f0f9c4..c1d0ef1d 100644 --- a/src/ledger.h +++ b/src/ledger.h @@ -46,24 +46,12 @@ #include <value.h> #include <xpath.h> #include <format.h> -//#include <quotes.h> - #include <session.h> #include <journal.h> #include <parser.h> #include <textual.h> #include <binary.h> - #include <report.h> #include <transform.h> -#include <register.h> - -#if 0 -#include <emacs.h> -#include <csv.h> -#include <derive.h> -#include <reconcile.h> -#endif - #endif // _LEDGER_H |