~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <drizzled/function/str/strfunc.h>
34
34
 
35
35
// For soundex_map
36
 
#include <mysys/my_static.h>
 
36
#include "drizzled/internal/my_static.h"
37
37
 
38
38
using namespace std;
39
39