~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2011-02-09 00:29:59 UTC
  • mto: (2154.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110209002959-k7aqi78n151130f2
Remove some of the dependencies from session.h so that we make the include
structure a bit simpler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#include "drizzled/table/placeholder.h"
58
58
#include "drizzled/table/unused.h"
59
59
 
 
60
#include <drizzled/refresh_version.h>
 
61
 
60
62
using namespace std;
61
63
 
62
64
namespace drizzled