~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

Cleanup of time code (moved into mysys)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
/* Lots of system-wide struct definitions like IO_CACHE, prototypes for all my_* functions */
39
39
#include <mysys/my_sys.h>                       
40
40
/* Convenience functions for working with times */
41
 
#include <libdrizzle/my_time.h>
 
41
#include <mysys/my_time.h>
42
42
/* Custom C string functions */
43
43
#include <mystrings/m_string.h>
44
44
/* Custom HASH API */