summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-04 23:53:43 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-04 23:53:43 -0400
commitc11d32571246e51f401deee88f4ebd752b467fdc (patch)
treeccfe6c759d1f2f46a501495eeedecc8c679865d7 /test/unit
parent9a47298d811496816903515bdba7652e275cc32a (diff)
downloadfork-ledger-c11d32571246e51f401deee88f4ebd752b467fdc.tar.gz
fork-ledger-c11d32571246e51f401deee88f4ebd752b467fdc.tar.bz2
fork-ledger-c11d32571246e51f401deee88f4ebd752b467fdc.zip
Reduced the #include dependency tree to a minimum
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/t_commodity.cc1
-rw-r--r--test/unit/t_times.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/t_commodity.cc b/test/unit/t_commodity.cc
index c546c750..969b14c2 100644
--- a/test/unit/t_commodity.cc
+++ b/test/unit/t_commodity.cc
@@ -1,5 +1,6 @@
#include "t_commodity.h"
+#include "amount.h"
#include "commodity.h"
using namespace ledger;
diff --git a/test/unit/t_times.cc b/test/unit/t_times.cc
index 5b2e4d8f..9f97be35 100644
--- a/test/unit/t_times.cc
+++ b/test/unit/t_times.cc
@@ -1,6 +1,7 @@
#include "t_times.h"
#include "utils.h"
+#include "times.h"
using namespace ledger;