~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

move math functions to drizzled/function/math directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <drizzled/server_includes.h>
21
 
#include <drizzled/function/real.h>
 
21
#include <drizzled/function/math/real.h>
22
22
 
23
23
#include CSTDINT_H
24
24
#include <cassert>