~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/command_log_reader.cc

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:27:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006192719-ho3rigcpoq6eiy6j
Removed more instances of including server_includes.h from headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * the log file(s)
42
42
 */
43
43
 
 
44
#include <drizzled/server_includes.h>
44
45
#include "command_log_reader.h"
45
46
 
46
47
#include <drizzled/gettext.h>