~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/keycache.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:55:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006195541-6k2xqntueyn6ydlf
Removed global.h from headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef PLUGIN_MYISAM_KEYCACHE_H
19
19
#define PLUGIN_MYISAM_KEYCACHE_H
20
20
 
21
 
#include "drizzled/global.h"
22
 
 
23
21
#ifdef __cplusplus
24
22
extern "C" {
25
23
#endif