~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/analysis_table.h

  • Committer: Brian Aker
  • Date: 2011-02-12 08:10:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212081017-7793i41ybt7gp5ty
More removal of session from includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * THE POSSIBILITY OF SUCH DAMAGE.
28
28
 */
29
29
 
30
 
#pragma once
 
30
#ifndef PLUGIN_MEMCACHED_STATS_ANALYSIS_TABLE_H
 
31
#define PLUGIN_MEMCACHED_STATS_ANALYSIS_TABLE_H
31
32
 
32
 
#include <drizzled/plugin/table_function.h>
33
 
#include <drizzled/field.h>
 
33
#include "drizzled/plugin/table_function.h"
 
34
#include "drizzled/field.h"
34
35
 
35
36
namespace drizzle_plugin
36
37
{
59
60
 
60
61
} /* namespace drizzle_plugin */
61
62
 
 
63
#endif /* PLUGIN_MEMCACHED_STATS_ANALYSIS_TABLE_H */