summaryrefslogtreecommitdiff
path: root/src/times.h
diff options
context:
space:
mode:
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