~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2008-12-15 07:03:53 UTC
  • Revision ID: brian@tangent.org-20081215070353-1u3usaratfm0nft2
Cleanup around item includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/sql_base.h>
38
38
#include <drizzled/replicator.h>
39
39
#include <drizzled/lock.h>
 
40
#include <drizzled/item/empty_string.h>
40
41
 
41
42
#if defined(CMATH_NAMESPACE)
42
43
using namespace CMATH_NAMESPACE;