diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-31 04:50:07 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-31 04:50:07 -0400 |
commit | 3909d2678ede154f9a7fe19617973d4daa173c47 (patch) | |
tree | b8d85010bae44f1f4c7020d68e8b840b81da354f /src/post.cc | |
parent | 97a9b42b2c5ef908e0c47ecfd39771a79f8fa8a2 (diff) | |
download | fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.gz fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.bz2 fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.zip |
Removed most #if 0 blocks and callout comments
Diffstat (limited to 'src/post.cc')
-rw-r--r-- | src/post.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post.cc b/src/post.cc index 2a44ebd8..7b5e5325 100644 --- a/src/post.cc +++ b/src/post.cc @@ -35,8 +35,8 @@ #include "xact.h" #include "account.h" #include "interactive.h" -#include "unistring.h" // jww (2009-03-04): really?? -#include "format.h" // jww (2009-03-04): really?? +#include "unistring.h" +#include "format.h" namespace ledger { |