~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/datetime.cc

Moved include/field to include/drizzle/server/field
Per krow's suggestion and current autoconf standards, we're starting to put
headers under include like it's /usr/include so that -I$(top_srcdir)/include
should be the only -I we generally need. This is the first tiny piece...

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#pragma implementation                          // gcc: Class implementation
23
23
#endif
24
24
 
25
 
#include "field/datetime.h"
 
25
#include "drizzle/server/field/datetime.h"
26
26
 
27
27
/****************************************************************************
28
28
** datetime type