summaryrefslogtreecommitdiff
path: root/python.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-23 21:37:39 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-23 21:37:39 -0400
commit84259bde51808840748b11a12ba370addb77ccbb (patch)
treedb9aeaa0ddd26abf2c473e6491eb04feb1586d25 /python.cc
parentc57bfb72c3fd0c40bab1c47503c7f22c6a79a643 (diff)
downloadfork-ledger-84259bde51808840748b11a12ba370addb77ccbb.tar.gz
fork-ledger-84259bde51808840748b11a12ba370addb77ccbb.tar.bz2
fork-ledger-84259bde51808840748b11a12ba370addb77ccbb.zip
changed ledger.h to journal.h; moved adding of autoxact hook
Diffstat (limited to 'python.cc')
-rw-r--r--python.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.cc b/python.cc
index a7abb1ec..6c2fef2a 100644
--- a/python.cc
+++ b/python.cc
@@ -1,5 +1,5 @@
#include "python.h"
-#include "ledger.h"
+#include "journal.h"
#include "acconf.h"
#include <boost/python.hpp>