~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/drizzle_protocol.h

Refactor

Show diffs side-by-side

added added

removed removed

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