~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tables.cc

Does not work (compile issue in plugin).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "config.h"
22
 
 
23
 
#include "plugin/data_engine/schemas.h"
24
 
#include "drizzled/session.h"
 
22
#include "plugin/schema_dictionary/dictionary.h"
25
23
 
26
24
namespace drizzled
27
25
{