~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/str/strfunc.cc

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <uuid/uuid.h>
33
33
#include <drizzled/data_home.h>
34
34
#include <drizzled/error.h>
 
35
#include <drizzled/functions/str/strfunc.h>
35
36
 
36
37
// For soundex_map
37
38
#include <mysys/my_static.h>