~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

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

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/item/timefunc.h>
23
22
#include <drizzled/functions/time/date_add_interval.h>
24
23
#include <drizzled/functions/time/get_interval_value.h>
 
24
#include <drizzled/functions/time/make_datetime.h>
25
25
 
26
26
/*
27
27
   'interval_names' reflects the order of the enumeration interval_type.