~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/neg.cc

move math functions to drizzled/function/math directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <drizzled/server_includes.h>
21
21
#include CSTDINT_H
22
 
#include <drizzled/function/neg.h>
 
22
#include <drizzled/function/math/neg.h>
23
23
 
24
24
double Item_func_neg::real_op()
25
25
{