~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-10-30 06:11:22 UTC
  • mto: (520.4.35 devel)
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: monty@inaugust.com-20081030061122-5gy9m4z3e2vddpie
Moved protocol.h out of common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
#include "sql_error.h"
91
91
/* Drizzle server data type class definitions */
92
92
#include <drizzled/field.h>
93
 
#include "protocol.h"
94
93
#include "item.h"
95
94
 
96
95