diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-08 23:28:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-08 23:28:30 -0400 |
commit | f50def86c4a1203837a8f97066d9d4dfd268e0f1 (patch) | |
tree | c717ba4efb0ba09113111e1c45f45e770e5b17b9 /src/format.h | |
parent | 57d98ac1207241c32ee19c71b4d621c313697bce (diff) | |
download | fork-ledger-f50def86c4a1203837a8f97066d9d4dfd268e0f1.tar.gz fork-ledger-f50def86c4a1203837a8f97066d9d4dfd268e0f1.tar.bz2 fork-ledger-f50def86c4a1203837a8f97066d9d4dfd268e0f1.zip |
Moved get_partial_name from format.cc into account_t, where it belongs.
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h index 5c0de527..49350104 100644 --- a/src/format.h +++ b/src/format.h @@ -46,7 +46,6 @@ #ifndef _FORMAT_H #define _FORMAT_H -#include "journal.h" #include "expr.h" namespace ledger { |