diff options
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -51,8 +51,7 @@ #include <emacs.h> #include <csv.h> //#include <quotes.h> -#include <valexpr.h> -#include <parsexp.h> +#include <expr.h> #include <walk.h> #include <derive.h> #include <reconcile.h> @@ -67,15 +66,6 @@ #include <qif.h> #include <ofx.h> -namespace ledger { - extern parser_t * binary_parser_ptr; - extern parser_t * xml_parser_ptr; - extern parser_t * gnucash_parser_ptr; - extern parser_t * ofx_parser_ptr; - extern parser_t * qif_parser_ptr; - extern parser_t * textual_parser_ptr; -} - #include <session.h> #include <report.h> |