~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/string_functions/functions.h

  • Committer: Monty Taylor
  • Date: 2010-12-27 18:39:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101227183911-atgh0kcubflay0b9
Added back INNOBASE_SKIP_WARNINGS for solaris. Also dealt with unused params.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_STRING_FUNCTIONS_FUNCTIONS_H
22
22
#define PLUGIN_STRING_FUNCTIONS_FUNCTIONS_H
23
23
 
24
 
#include <drizzled/plugin/function.h>
25
 
 
26
 
#include <plugin/string_functions/elt.h>
27
 
#include <plugin/string_functions/format.h>
28
 
#include <plugin/string_functions/quote.h>
29
 
#include <plugin/string_functions/regex.h>
 
24
#include "drizzled/plugin/function.h"
 
25
#include "plugin/string_functions/elt.h"
 
26
#include "plugin/string_functions/format.h"
 
27
#include "plugin/string_functions/quote.h"
 
28
#include "plugin/string_functions/regex.h"
30
29
 
31
30
 
32
31
#endif /* PLUGIN_STRING_FUNCTIONS_FUNCTIONS_H */