~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2011-01-25 05:22:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2113.
  • Revision ID: brian@tangent.org-20110125052222-u6acfoc57b92ed57
Merge in create index encap from parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef DRIZZLED_SQL_TABLE_H
27
27
#define DRIZZLED_SQL_TABLE_H
28
28
 
29
 
#include <drizzled/base.h>
 
29
#include "drizzled/base.h"
30
30
 
31
31
namespace drizzled
32
32
{