~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/parser.cc

Remove unnecessary alter* includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include <config.h>
22
 
 
23
22
#include <drizzled/parser.h>
 
23
#include <drizzled/alter_info.h>
 
24
#include <drizzled/alter_drop.h>
24
25
 
25
 
namespace drizzled
26
 
{
27
 
namespace parser
28
 
{
 
26
namespace drizzled {
 
27
namespace parser {
29
28
 
30
29
/**
31
30
  Helper to resolve the SQL:2003 Syntax exception 1) in <in predicate>.