~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Moved LEX_STRING into drizzled/lex_string.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_PLUGIN_H
22
22
 
23
23
#include <drizzled/global.h>
24
 
#include <mystrings/m_string.h>
 
24
#include <drizzled/lex_string.h>
25
25
 
26
26
class Session;
27
27
class Item;