~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-08-18 23:04:17 UTC
  • mfrom: (327.1.12 drizzle)
  • Revision ID: monty@inaugust.com-20080818230417-442rhihpahnout34
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
 
244
244
/* Forward declarations */
245
245
 
246
 
struct TABLE_LIST;
 
246
class TABLE_LIST;
247
247
class String;
248
 
struct st_table;
 
248
class Table;
249
249
class THD;
250
250
class user_var_entry;
251
251
class Security_context;
281
281
#include "sql_map.h"
282
282
#include "my_decimal.h"
283
283
#include "handler.h"
284
 
#include "table.h"
 
284
#include "table_list.h"
285
285
#include "sql_error.h"
286
286
/* Drizzle server data type class definitions */
287
287
#include <drizzled/field.h>