Removed incorrect session.h include in textual.cc

This commit is contained in:
John Wiegley 2012-02-29 22:12:24 -06:00
parent 6989b0748b
commit 8021955292

View file

@ -39,7 +39,6 @@
#include "query.h"
#include "pstream.h"
#include "pool.h"
#include "session.h"
#define TIMELOG_SUPPORT 1
#if defined(TIMELOG_SUPPORT)