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/global.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index dcccb214..2ef5a545 100644 --- a/src/global.h +++ b/src/global.h @@ -38,10 +38,15 @@ #ifndef _GLOBAL_H #define _GLOBAL_H +#include "interactive.h" +#include "option.h" #include "report.h" namespace ledger { +class session_t; +class report_t; + class global_scope_t : public noncopyable, public scope_t { shared_ptr session_ptr; -- cgit v1.2.3