diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-23 21:37:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-23 21:37:39 -0400 |
commit | 84259bde51808840748b11a12ba370addb77ccbb (patch) | |
tree | db9aeaa0ddd26abf2c473e6491eb04feb1586d25 /config.h | |
parent | c57bfb72c3fd0c40bab1c47503c7f22c6a79a643 (diff) | |
download | fork-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |