diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-09 01:36:26 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-09 02:06:08 -0500 |
commit | 7411c74d6d5bea42cb9fa5b6b0ed90480c954a03 (patch) | |
tree | 2da84c70cadb965486f271a2c4b83b88f076cb30 /src/stats.cc | |
parent | fb8be53edb9d9fdd91fd906e9a4ce6c3e8e3adb3 (diff) | |
download | fork-ledger-7411c74d6d5bea42cb9fa5b6b0ed90480c954a03.tar.gz fork-ledger-7411c74d6d5bea42cb9fa5b6b0ed90480c954a03.tar.bz2 fork-ledger-7411c74d6d5bea42cb9fa5b6b0ed90480c954a03.zip |
Redesigned the draft_t class
Diffstat (limited to 'src/stats.cc')
-rw-r--r-- | src/stats.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.cc b/src/stats.cc index e2db9d8b..b89a5949 100644 --- a/src/stats.cc +++ b/src/stats.cc @@ -31,7 +31,7 @@ #include <system.hh> -#include "derive.h" +#include "draft.h" #include "xact.h" #include "post.h" #include "account.h" |