~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
51
51
 
52
52
#include "drizzled/identifier.h"
53
53
 
 
54
#include <drizzled/refresh_version.h>
 
55
 
54
56
#include "drizzled/table/singular.h"
55
57
 
56
58
#include "plugin/myisam/myisam.h"