~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/key_field.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:40:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006194045-ojptaq2sx6ck6q63
No more server_includes.h in headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_OPTIMIZER_KEY_FIELD_H
21
21
#define DRIZZLED_OPTIMIZER_KEY_FIELD_H
22
22
 
23
 
#include <drizzled/server_includes.h>
24
23
#include <drizzled/sql_select.h>
25
24
 
26
25
#include <vector>