~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_delete_by_key.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 09:40:31 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221094031-yb6hhklqfnr82dl3
ZOMG. I deleted drizzled/server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_DELETE_BY_KEY_H
33
33
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_DELETE_BY_KEY_H
34
34
 
35
 
#include <drizzled/server_includes.h>
 
35
#include "config.h"
36
36
#include <drizzled/function/str/strfunc.h>
37
37
#include <drizzled/item/func.h>
38
38