~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

  • Committer: Monty Taylor
  • Date: 2008-11-19 08:07:10 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 590.
  • Revision ID: monty@inaugust.com-20081119080710-wjyg9i0hcfddzss4
Removed field includes from field.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLE_SERVER_FIELD_BLOB
22
22
#define DRIZZLE_SERVER_FIELD_BLOB
23
23
 
 
24
#include <drizzled/field/longstr.h>
 
25
 
24
26
class Field_blob :public Field_longstr {
25
27
protected:
26
28
  uint32_t packlength;