~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache.h

Removed one the includes I put in server_includes.h for the last commit to get rid of the inclusion
of opt_range.h in there. Wow...that was much more work than expected!

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_CACHE_H
21
21
#define DRIZZLED_ITEM_CACHE_H
22
22
 
23
 
#include <drizzled/item/ident.h>
24
 
#include <drizzled/item/field.h>
 
23
#include "drizzled/item/ident.h"
 
24
#include "drizzled/item/field.h"
 
25
#include "drizzled/item/basic_constant.h"
25
26
 
26
27
class Item_cache: public Item_basic_constant
27
28
{