~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef DRIZZLED_TABLE_IDENTIFIER_H
33
33
#define DRIZZLED_TABLE_IDENTIFIER_H
34
34
 
35
 
#include <drizzled/global.h>
36
35
#include <drizzled/enum.h>
 
36
#include "drizzled/definitions.h"
37
37
#include <string.h>
38
38
 
39
39
#include <ostream>