summaryrefslogtreecommitdiff
path: root/src/ledger.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-30 12:20:58 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:34 -0400
commit18aaf588ab55dfef5556e27ab69491f4c77ad303 (patch)
tree2a0d2d3afb537d93f23085f0b9cbe6b9cf8562a4 /src/ledger.h
parent21af83013f3b1bae511a61b9e27224ab3de235c1 (diff)
downloadfork-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/ledger.h')
-rw-r--r--src/ledger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ledger.h b/src/ledger.h
index 2122ece3..a9c2e5b3 100644
--- a/src/ledger.h
+++ b/src/ledger.h
@@ -23,9 +23,6 @@
#include <parser.h>
#include <textual.h>
#include <binary.h>
-#include <gnucash.h>
-#include <qif.h>
-#include <ofx.h>
#include <report.h>
#include <transform.h>