~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/foreign_key.h

Removed one the includes I put in server_includes.h for the last commit to get rid of the inclusion
of opt_range.h in there. Wow...that was much more work than expected!

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/sql_alloc.h>
25
25
#include <drizzled/key.h>
26
26
#include <drizzled/sql_list.h>
 
27
#include "drizzled/cursor.h" /* for default_key_create_info */
27
28
 
28
29
class Item;
29
30
class Table_ident;