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/utils.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 323d82b4..667cd6e8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -464,10 +464,6 @@ void finish_timer(const char * name); */ #include "error.h" -#include "times.h" -#include "flags.h" -#include "stream.h" // output_stream_t -#include "pstream.h" // pstristream enum caught_signal_t { NONE_CAUGHT, @@ -600,6 +596,8 @@ inline char peek_next_nonws(std::istream& in) { *_p = '\0'; \ } +extern const string version; + } // namespace ledger /*@}*/ -- cgit v1.2.3