~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_reference.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:55:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006195541-6k2xqntueyn6ydlf
Removed global.h from headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef DRIZZLED_TABLE_REFERENCE_H
29
29
#define DRIZZLED_TABLE_REFERENCE_H
30
30
 
31
 
#include <drizzled/global.h>
32
31
#include <drizzled/base.h>
33
32
#include <drizzled/sql_bitmap.h>
34
33