~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/drizzle_protocol.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#pragma once
 
22
#ifndef PLUGIN_DRIZZLE_PROTOCOL_DRIZZLE_PROTOCOL_H
 
23
#define PLUGIN_DRIZZLE_PROTOCOL_DRIZZLE_PROTOCOL_H
23
24
 
24
25
#include <drizzled/plugin/listen_tcp.h>
25
26
#include <drizzled/plugin/client.h>
26
27
#include <drizzled/atomics.h>
27
 
#include <drizzled/plugin/table_function.h>
 
28
#include "drizzled/plugin/table_function.h"
28
29
 
29
 
#include <plugin/mysql_protocol/mysql_protocol.h>
 
30
#include "plugin/mysql_protocol/mysql_protocol.h"
30
31
 
31
32
namespace drizzle_plugin
32
33
{
62
63
} /* namespace drizzle_protocol */
63
64
} /* namespace drizzle_plugin */
64
65
 
 
66
#endif /* PLUGIN_DRIZZLE_PROTOCOL_DRIZZLE_PROTOCOL_H */