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/compare.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/compare.h') diff --git a/src/compare.h b/src/compare.h index 92cee665..e1207bc3 100644 --- a/src/compare.h +++ b/src/compare.h @@ -47,11 +47,12 @@ #define _COMPARE_H #include "expr.h" -#include "post.h" -#include "account.h" namespace ledger { +class post_t; +class account_t; + /** * @brief Brief * -- cgit v1.2.3