~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include <drizzled/sql_base.h>
52
52
#include <drizzled/item/create.h>
53
53
#include <drizzled/lex_string.h>
 
54
#include <drizzled/functions/get_system_var.h>
54
55
 
55
56
class Table_ident;
56
57
class Item;