~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gman_do.h

  • 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:
16
16
#ifndef PLUGIN_GEARMAN_UDF_GMAN_DO_H
17
17
#define PLUGIN_GEARMAN_UDF_GMAN_DO_H
18
18
 
19
 
#include <drizzled/server_includes.h>
20
19
#include <drizzled/item/func.h>
21
20
#include <drizzled/function/str/strfunc.h>
22
21