~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/info_schema_table.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:
21
21
#ifndef DRIZZLED_PLUGIN_INFO_SCHEMA_TABLE_H
22
22
#define DRIZZLED_PLUGIN_INFO_SCHEMA_TABLE_H
23
23
 
 
24
#include "drizzled/plugin/plugin.h"
24
25
#include "drizzled/hash/crc32.h"
25
26
 
26
27
#include <string>
40
41
 */
41
42
 
42
43
typedef class Item COND;
 
44
class InfoSchemaTable;
43
45
 
44
46
 
45
47
/**