~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_entry.cc

Style changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include "transaction_log_entry.h"
34
34
 
 
35
#include <drizzled/message/transaction.pb.h>
 
36
 
35
37
#include <string>
36
38
#include <map>
37
39