summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-14 11:09:54 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:50 -0400
commitf83705b847c59a8197f5098cb7dc2d484704e24d (patch)
tree1b314d07bb9f50a75781d703ec6c778056e74684 /src/node.h
parent65af1688382331d91153fb2366026e94feb5afe2 (diff)
downloadledger-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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/node.h b/src/node.h
index 20e741c7..5bc254ff 100644
--- a/src/node.h
+++ b/src/node.h
@@ -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