~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Brian Aker
  • Date: 2008-08-12 19:35:12 UTC
  • Revision ID: brian@tangent.org-20080812193512-q0wkkj3zuqi6vg78
Remove object_creation_ctx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#include <vio/violite.h>
80
80
/* Definition of the MY_LOCALE struct and some convenience functions */
81
81
#include <drizzled/sql_locale.h>
82
 
/* 
83
 
 * Declarations of Object_creation_ctx and Default_creation_ctx, 
84
 
 * needed by parser.  Object_creation_ctx depends on THD, but THD
85
 
 * is forward-declared in scheduler.h, so we're good to put this
86
 
 * here 
87
 
 */
88
 
#include <drizzled/object_creation_ctx.h>
89
82
 
90
83
#ifdef HAVE_DTRACE
91
84
#define _DTRACE_VERSION 1