summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
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")