~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.cc

  • 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:
24
24
 
25
25
#include <config.h>
26
26
#include <drizzled/alter_info.h>
27
 
#include <drizzled/alter_drop.h>
28
27
#include <drizzled/alter_column.h>
29
28
#include <drizzled/key.h>
30
29
#include <drizzled/create_field.h>