From d1f13be1d25c62988f07a13356b3d488b67a8d78 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 19:48:29 -0400 Subject: Fixed some incorrect #includes. --- test/unit/t_amount.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/t_amount.cc') diff --git a/test/unit/t_amount.cc b/test/unit/t_amount.cc index 33e2d85b..94553912 100644 --- a/test/unit/t_amount.cc +++ b/test/unit/t_amount.cc @@ -1,7 +1,7 @@ #include "t_amount.h" -#include "utils.h" #include "amount.h" +#include "commodity.h" using namespace ledger; -- cgit v1.2.3