~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time.cc

remove drizzled/item/timefunc.h, no longer needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/error.h>
25
25
#include <drizzled/util/test.h>
26
26
#include <drizzled/tztime.h>
27
 
#include <drizzled/item/timefunc.h>
28
27
#include <drizzled/session.h>
 
28
#include <drizzled/functions/time/get_format.h>
29
29
 
30
30
/* Some functions to calculate dates */
31
31