~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Monty Taylor
  • Date: 2008-11-16 20:15:33 UTC
  • mto: (584.1.9 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081116201533-d0f19s1bk1h95iyw
Removed a big bank of includes from item.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
#include <drizzled/sql_select.h>
108
108
#include <drizzled/error.h>
109
109
#include <drizzled/cost_vect.h>
 
110
#include <drizzled/item/cmpfunc.h>
110
111
 
111
112
#include CMATH_H
112
113