~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • Committer: Brian Aker
  • Date: 2011-02-24 23:08:05 UTC
  • Revision ID: brian@tangent.org-20110224230805-6gds5oji9m9g6gyh
Testing pragma once for build farm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  This will replace Table_ident.
31
31
  */
32
32
 
33
 
#ifndef DRIZZLED_IDENTIFIER_TABLE_H
34
 
#define DRIZZLED_IDENTIFIER_TABLE_H
 
33
#pragma once
35
34
 
36
35
#include <drizzled/enum.h>
37
36
#include <drizzled/definitions.h>
264
263
 
265
264
} /* namespace identifier */
266
265
} /* namespace drizzled */
267
 
 
268
 
#endif /* DRIZZLED_IDENTIFIER_TABLE_H */