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