~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/module.h

  • Committer: Brian Aker
  • Date: 2010-12-02 07:08:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202070817-vzs5zyun6tbql094
We now display catalogs into the tables correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <drizzled/plugin/function.h>
29
29
#include <drizzled/plugin/table_function.h>
30
 
#include <plugin/catalog/filesystem.h>
 
30
 
 
31
#include "plugin/catalog/filesystem.h"
31
32
 
32
33
#include "plugin/catalog/functions/create.h"
33
34
#include "plugin/catalog/functions/drop.h"
 
35
 
 
36
#include "plugin/catalog/tables/catalog_cache.h"
34
37
#include "plugin/catalog/tables/catalogs.h"
35
38
 
36
39
#endif /* PLUGIN_CATALOG_MODULE_H */