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/timelog.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/timelog.cc') diff --git a/src/timelog.cc b/src/timelog.cc index 68e1ab79..decc65bd 100644 --- a/src/timelog.cc +++ b/src/timelog.cc @@ -30,6 +30,10 @@ */ #include "timelog.h" +#include "xact.h" +#include "post.h" +#include "account.h" +#include "journal.h" namespace ledger { -- cgit v1.2.3