~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

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
248
class Table;
249
249
class THD;
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>