From 9039e728b2015b54dc87da52f450c27683303392 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 21:22:24 +0000 Subject: All system headers (except Boost) now included through system.hh; also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. --- tests/corelib/numerics/CommodityAmount.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/corelib/numerics/CommodityAmount.cc') diff --git a/tests/corelib/numerics/CommodityAmount.cc b/tests/corelib/numerics/CommodityAmount.cc index 9e27dba3..afdbe89e 100644 --- a/tests/corelib/numerics/CommodityAmount.cc +++ b/tests/corelib/numerics/CommodityAmount.cc @@ -1,7 +1,4 @@ #include "CommodityAmount.h" -#include "ledger.h" - -using namespace ledger; #define internalAmount(x) amount_t::exact(x) -- cgit v1.2.3