summaryrefslogtreecommitdiff
path: root/src/journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.cc')
-rw-r--r--src/journal.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/journal.cc b/src/journal.cc
index d455939b..ded5d54f 100644
--- a/src/journal.cc
+++ b/src/journal.cc
@@ -30,12 +30,11 @@
*/
#include "journal.h"
+#include "xact.h"
#include "account.h"
namespace ledger {
-const string version = PACKAGE_VERSION;
-
journal_t::~journal_t()
{
TRACE_DTOR(journal_t);