~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/all.h

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  This is a place holder for all proto includes.
 
3
*/
 
4
 
 
5
#ifndef DRIZZLED_MESSAGE_ALL_H
 
6
#define DRIZZLED_MESSAGE_ALL_H
 
7
 
 
8
#include <drizzled/message/schema.pb.h>
 
9
#include <drizzled/message/master_list.pb.h>
 
10
#include <drizzled/message/table.pb.h>
 
11
#include <drizzled/message/replication_event.pb.h>
 
12
 
 
13
#endif /* DRIZZLED_MESSAGE_ALL_H */