~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-12-15 07:03:53 UTC
  • Revision ID: brian@tangent.org-20081215070353-1u3usaratfm0nft2
Cleanup around item includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <drizzled/alter_column.h>
34
34
#include <drizzled/key.h>
35
35
#include <drizzled/foreign_key.h>
 
36
#include <drizzled/item/param.h>
36
37
 
37
38
class select_result_interceptor;
38
39
class virtual_column_info;
43
44
class Table_ident;
44
45
class sql_exchange;
45
46
class LEX_COLUMN;
 
47
class Item_outer_ref;
46
48
 
47
49
#ifdef DRIZZLE_SERVER
48
50
/*