summaryrefslogtreecommitdiff
path: root/src/times.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-30 08:24:37 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:34 -0400
commit3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba (patch)
treedc04c7feaeab4ce255f4f74d47325f4efb9f8314 /src/times.h
parent83fc097062c3380091556c6a4b703d28821d5464 (diff)
downloadfork-ledger-3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba.tar.gz
fork-ledger-3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba.tar.bz2
fork-ledger-3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba.zip
Changed some of the logging macro names.
Diffstat (limited to 'src/times.h')
-rw-r--r--src/times.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/times.h b/src/times.h
index 2cc0d7e4..44b64102 100644
--- a/src/times.h
+++ b/src/times.h
@@ -3,16 +3,8 @@
#include "utils.h"
-#include <boost/date_time/posix_time/posix_time.hpp>
-
namespace ledger {
-typedef boost::posix_time::ptime ptime;
-typedef ptime::time_duration_type time_duration;
-typedef boost::gregorian::date date;
-typedef boost::gregorian::date_duration date_duration;
-typedef boost::posix_time::seconds seconds;
-
#define SUPPORT_DATE_AND_TIME 1
#ifdef SUPPORT_DATE_AND_TIME