~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

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:
20
20
#pragma interface                       /* gcc class implementation */
21
21
#endif
22
22
 
23
 
#include <mysql/plugin_audit.h>
 
23
#include <drizzle/plugin_audit.h>
24
24
#include "log.h"
25
25
#include "rpl_tblmap.h"
26
26