diff options
Diffstat (limited to 'src/xact.cc')
-rw-r--r-- | src/xact.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xact.cc b/src/xact.cc index 132f2ebf..8fb1d14c 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -30,9 +30,9 @@ */ #include "xact.h" -#include "journal.h" +#include "post.h" #include "account.h" -#include "format.h" +#include "journal.h" namespace ledger { |