summaryrefslogtreecommitdiff
path: root/ofx.cc
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 /ofx.cc
parent4c460a1c40cfb1547ce9a4c91b4e8a87d768463d (diff)
downloadfork-ledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.tar.gz
fork-ledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.tar.bz2
fork-ledger-ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e.zip
Initial round of changes to use boost_date_time
Diffstat (limited to 'ofx.cc')
-rw-r--r--ofx.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ofx.cc b/ofx.cc
index 5f0ab6f4..57e39d49 100644
--- a/ofx.cc
+++ b/ofx.cc
@@ -1,7 +1,6 @@
#include "journal.h"
#include "ofx.h"
#include "format.h"
-#include "datetime.h"
#include "error.h"
#include "debug.h"
#include "util.h"