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/node.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/node.h')
-rw-r--r-- | src/node.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -32,17 +32,10 @@ #ifndef _NODE_H #define _NODE_H -#include "journal.h" #include "value.h" //#include "parser.h" namespace ledger { - -class transaction_t; -class entry_t; -class account_t; -class journal_t; - namespace xml { #define XML_NODE_IS_PARENT 0x1 |