~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache_real.h

  • 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:
20
20
#ifndef DRIZZLED_ITEM_CACHE_REAL_H
21
21
#define DRIZZLED_ITEM_CACHE_REAL_H
22
22
 
 
23
#include <drizzled/item/cache.h>
23
24
class Item_cache_real: public Item_cache
24
25
{
25
26
  double value;