~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.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:
24
24
 
25
25
#include "drizzled/server_includes.h"
26
26
#include <errno.h>
 
27
#include <float.h>
27
28
#include "drizzled/sql_select.h"
28
29
#include "drizzled/error.h"
29
30
#include "drizzled/field/str.h"