~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/schemata.cc

Removed global.h. Fixed all the headers.
Also fixed headers to allow for some out of tree builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "helper_methods.h"
32
32
#include "schemata.h"
33
33
 
 
34
#ifdef HAVE_SYS_STAT_H
 
35
# include <sys/stat.h>
 
36
#endif
 
37
 
34
38
#include <vector>
35
39
 
36
40
using namespace drizzled;