~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_cache.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:38:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006193855-o1sepvalbvj8ifgo
Removed server_includes.h from join_cache.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_JOIN_CACHE_H
21
21
#define DRIZZLED_JOIN_CACHE_H
22
22
 
23
 
#include "drizzled/server_includes.h"
24
 
 
25
23
class Field_blob;
26
24
typedef JoinTable JoinTable;
27
25