diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-17 03:39:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-17 03:39:51 -0400 |
commit | aeb2fd0d39f0506ce4352ec29093e2c0f332525c (patch) | |
tree | 8d8ccd1e7ebcc3a1a6bdbc816a0d7910dbd3bf31 /ledger.h | |
parent | b00999893006891affccc15cfd5d60b9adb7af8c (diff) | |
download | fork-ledger-aeb2fd0d39f0506ce4352ec29093e2c0f332525c.tar.gz fork-ledger-aeb2fd0d39f0506ce4352ec29093e2c0f332525c.tar.bz2 fork-ledger-aeb2fd0d39f0506ce4352ec29093e2c0f332525c.zip |
misc cleanup
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -16,15 +16,17 @@ #include <ctime> #include <iostream> -#include "amount.h" -#include "balance.h" - #ifdef RELEASE_LEVEL #if RELEASE_LEVEL >= 2 #include "debug.h" +#elif RELEASE_LEVEL == 0 +#define NO_CLEANUP 1 #endif #endif +#include "amount.h" +#include "balance.h" + namespace ledger { // These flags persist with the object |