~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache_row.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:
21
21
#define DRIZZLED_ITEM_CACHE_ROW_H
22
22
 
23
23
#include <stdint.h>
 
24
#include <drizzled/item/cache.h>
24
25
 
25
26
class Item_cache;
26
27
class Item;