~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

Removed one the includes I put in server_includes.h for the last commit to get rid of the inclusion
of opt_range.h in there. Wow...that was much more work than expected!

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "drizzled/plugin/function.h"
29
29
#include "drizzled/name_resolution_context.h"
30
30
#include "drizzled/item/subselect.h"
31
 
#include "drizzled/item/outer_ref.h"
32
31
#include "drizzled/table_list.h"
33
32
#include "drizzled/function/math/real.h"
34
33
#include "drizzled/alter_drop.h"