~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/time/from_unixtime.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include CSTDINT_H
22
22
#include <drizzled/functions/time/from_unixtime.h>
23
23
#include <drizzled/functions/time/make_datetime.h>
24
 
#include <drizzled/item/timefunc.h>
25
24
#include <drizzled/tztime.h>
26
25
#include <drizzled/session.h>
27
26