~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/check.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-14 17:27:03 UTC
  • mto: (2235.2.2 build)
  • mto: This revision was merged to the branch mainline in revision 2237.
  • Revision ID: olafvdspek@gmail.com-20110314172703-xe9p9qo4ohstt9ax
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/statement/check.h>
25
25
#include <drizzled/sql_table.h>
 
26
#include <drizzled/sql_lex.h>
26
27
 
27
28
namespace drizzled
28
29
{