summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-18 23:50:25 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:37 -0400
commitba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e (patch)
tree02bfb4221cf9b73bd57cf6df2abae58f3b365c0b /debug.h
parent4c460a1c40cfb1547ce9a4c91b4e8a87d768463d (diff)
downloadledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.tar.gz
ledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.tar.bz2
ledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.zip
Initial round of changes to use boost_date_time
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.h b/debug.h
index 50f94775..ae4c52c1 100644
--- a/debug.h
+++ b/debug.h
@@ -63,8 +63,6 @@ void debug_assert(const std::string& reason,
#include <iostream>
#include <cstdlib>
-#include "datetime.h"
-
#define DEBUG_ENABLED
extern std::ostream * _debug_stream;