summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-20 05:32:09 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-20 05:32:09 -0400
commit20e35aa6f56bebd25863681e0406df4601e86a36 (patch)
treeb04f593db2ef34f80e2cb45eed80737efc22d6ae /main.cc
parent52fc9f2e4499e75d17e7f12d32a8391054d8634a (diff)
downloadfork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.tar.gz
fork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.tar.bz2
fork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.zip
I have walked further along the road less compiled by...
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.cc b/main.cc
index 469bb5ee..dec19d2c 100644
--- a/main.cc
+++ b/main.cc
@@ -36,8 +36,6 @@
//#endif
//#include "qif.h"
//#include "ofx.h"
-#include "jbuilder.h"
-#include "compile.h"
#include <ledger.h>
@@ -109,7 +107,7 @@ static int read_and_report(ledger::report_t& report, int argc, char * argv[],
string verb = *arg++;
- xml::xpath_t::function_t command;
+ expr::function_t command;
#if 0
if (verb == "register" || verb == "reg" || verb == "r")