~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_table.h

  • Committer: Brian Aker
  • Date: 2010-02-20 01:43:59 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1306.
  • Revision ID: brian@gaz-20100220014359-9ppg3rxdp6tc81gw
Lint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#ifndef PLUGIN_MEMCACHED_STATS_STATS_TABLE_H
32
32
#define PLUGIN_MEMCACHED_STATS_STATS_TABLE_H
33
33
 
34
 
#include "config.h"
35
 
 
36
34
#include "drizzled/plugin/table_function.h"
37
35
#include "drizzled/field.h"
38
36