summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-29 22:12:24 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-29 22:12:24 -0600
commit8021955292d22ed0df5d7b018bf4238966d9c1e7 (patch)
treedce3cac7ba28ce64e23f0542e23afdc10f86e380 /src/textual.cc
parent6989b0748bb8afae80f7f3271ec014dbb4ad07d3 (diff)
downloadfork-ledger-8021955292d22ed0df5d7b018bf4238966d9c1e7.tar.gz
fork-ledger-8021955292d22ed0df5d7b018bf4238966d9c1e7.tar.bz2
fork-ledger-8021955292d22ed0df5d7b018bf4238966d9c1e7.zip
Removed incorrect session.h include in textual.cc
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 4de8d461..4977852c 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -39,7 +39,6 @@
#include "query.h"
#include "pstream.h"
#include "pool.h"
-#include "session.h"
#define TIMELOG_SUPPORT 1
#if defined(TIMELOG_SUPPORT)