~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTIONS_TIME_STR_TO_DATE_H
21
21
#define DRIZZLED_FUNCTIONS_TIME_STR_TO_DATE_H
22
22
 
23
 
#include <drizzled/item/timefunc.h>
 
23
#include <drizzled/functions/str/strfunc.h>
24
24
 
25
25
class Item_func_str_to_date :public Item_str_func
26
26
{