summaryrefslogtreecommitdiff
path: root/config.h
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 /config.h
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 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index bdc31b7e..5c7bba2e 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
#ifndef _CONFIG_H
#define _CONFIG_H
-#include "ledger.h"
+#include "journal.h"
#include "option.h"
#include "valexpr.h"
#include "datetime.h"