~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompress.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:
20
20
#ifndef PLUGIN_COMPRESSION_UNCOMPRESS_H
21
21
#define PLUGIN_COMPRESSION_UNCOMPRESS_H
22
22
 
23
 
#include <drizzled/server_includes.h>
24
23
#include <drizzled/session.h>
25
24
#include <drizzled/error.h>
26
25
#include <drizzled/function/str/strfunc.h>