From c11d32571246e51f401deee88f4ebd752b467fdc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Mar 2009 23:53:43 -0400 Subject: Reduced the #include dependency tree to a minimum --- src/iterators.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/iterators.h') diff --git a/src/iterators.h b/src/iterators.h index d4c99fbf..7ea78118 100644 --- a/src/iterators.h +++ b/src/iterators.h @@ -46,12 +46,14 @@ #ifndef _ITERATORS_H #define _ITERATORS_H -#include "journal.h" #include "xact.h" +#include "post.h" #include "account.h" namespace ledger { +class journal_t; + /** * @brief Brief * -- cgit v1.2.3