~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Stewart Smith
  • Date: 2011-03-02 07:07:53 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110302070753-kyhgs00k0ixom8rb
remove the now unused AlterDrop class, header file and includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <cstdio>
40
40
#include <drizzled/parser.h>
41
41
#include <drizzled/alter_column.h>
42
 
#include <drizzled/alter_drop.h>
43
42
#include <drizzled/alter_info.h>
44
43
#include <drizzled/message/alter_table.pb.h>
45
44