diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-30 12:20:58 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:34 -0400 |
commit | 18aaf588ab55dfef5556e27ab69491f4c77ad303 (patch) | |
tree | 2a0d2d3afb537d93f23085f0b9cbe6b9cf8562a4 /src/utils.cc | |
parent | 21af83013f3b1bae511a61b9e27224ab3de235c1 (diff) | |
download | fork-ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.gz fork-ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.bz2 fork-ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.zip |
Added use of boost::optional<> to amount.h
Diffstat (limited to 'src/utils.cc')
-rw-r--r-- | src/utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc index f37ec650..41bca6be 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -1,5 +1,4 @@ #include "utils.h" -#include "times.h" /********************************************************************** * |