From 2f083b8bdb88c8b3e33607c4894f88dfbe1f7564 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Feb 2009 01:37:57 -0400 Subject: Exchanged inclusion of report.h for account.h The data sub-library should never depend on the reporting code. --- src/entry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.cc b/src/entry.cc index 1a6fcee3..ffcd3a51 100644 --- a/src/entry.cc +++ b/src/entry.cc @@ -31,8 +31,8 @@ #include "entry.h" #include "journal.h" +#include "account.h" #include "format.h" -#include "report.h" namespace ledger { -- cgit v1.2.3