diff options
Diffstat (limited to 'src/post.cc')
-rw-r--r-- | src/post.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/post.cc b/src/post.cc index 92fe84d1..4289433e 100644 --- a/src/post.cc +++ b/src/post.cc @@ -30,10 +30,11 @@ */ #include "post.h" -#include "journal.h" +#include "xact.h" #include "account.h" #include "interactive.h" -#include "format.h" +#include "unistring.h" // jww (2009-03-04): really?? +#include "format.h" // jww (2009-03-04): really?? namespace ledger { |