diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
commit | eb98e0da8b095634ae779b5b1f3c234d24cccde2 (patch) | |
tree | 0ae0bc269b90f47f0e74432c6363dd84baf41d50 /src/session.h | |
parent | 17c7037da9ee345c02ad8db89d976fb6c122a7d7 (diff) | |
download | fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.gz fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.bz2 fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.zip |
More revision to the way options are handled; reworked CSV command.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index 0b36b1c6..89530cf1 100644 --- a/src/session.h +++ b/src/session.h @@ -46,8 +46,7 @@ #ifndef _SESSION_H #define _SESSION_H -#include "scope.h" -#include "handler.h" +#include "option.h" #include "journal.h" #include "account.h" #include "format.h" |