From 9039e728b2015b54dc87da52f450c27683303392 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 21:22:24 +0000 Subject: All system headers (except Boost) now included through system.hh; also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. --- times.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'times.h') diff --git a/times.h b/times.h index fab13474..22a44f3a 100644 --- a/times.h +++ b/times.h @@ -1,16 +1,9 @@ #ifndef _TIMES_H #define _TIMES_H -#include -#include -#include -#include - -#include -#include -#include +#include "utils.h" -#include "error.h" +#include namespace ledger { @@ -75,7 +68,7 @@ inline moment_t ptime_local_to_utc(const moment_t& when) { // instead, and then make these into private methods. inline moment_t ptime_from_local_date_string(const string& date_string) { return ptime_local_to_utc(moment_t(boost::gregorian::from_string(date_string), - time_duration())); + time_duration())); } inline moment_t ptime_from_local_time_string(const string& time_string) { -- cgit v1.2.3