~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator.h

  • Committer: Monty Taylor
  • Date: 2010-07-09 14:06:50 UTC
  • Revision ID: mordred@inaugust.com-20100709140650-ojeih829v3wbdkyv
Added include guard for generator.h to make cpplint happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
 
21
#ifndef DRIZZLED_GENERATOR_H
 
22
#define DRIZZLED_GENERATOR_H
 
23
 
21
24
#include "drizzled/session.h"
22
25
 
23
26
#include "drizzled/generator/schema.h"
24
27
#include "drizzled/generator/table.h"
25
28
#include "drizzled/generator/all_tables.h"
26
29
#include "drizzled/generator/all_fields.h"
 
30
 
 
31
#endif /* DRIZZLED_GENERATOR_H */