~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_FUNCTIONS_TIME_DATE_ADD_INTERVAL_H
22
22
 
23
23
#include <drizzled/functions/time/date.h>
24
 
#include <drizzled/item/timefunc.h>
25
24
 
26
25
class Item_date_add_interval :public Item_date_func
27
26
{