~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_cache.h

Removed one the includes I put in server_includes.h for the last commit to get rid of the inclusion
of opt_range.h in there. Wow...that was much more work than expected!

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef DRIZZLED_PLUGIN_QUERY_CACHE_H
23
23
#define DRIZZLED_PLUGIN_QUERY_CACHE_H
24
24
 
 
25
#include "drizzled/plugin/plugin.h"
 
26
 
25
27
namespace drizzled
26
28
{
27
29
namespace plugin