~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/status_dictionary/dictionary.h

  • Committer: Monty Taylor
  • Date: 2011-02-11 23:32:44 UTC
  • mto: (2165.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110211233244-swy1ybrpfuwmkc5l
Actually distribute the pc files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#pragma once
22
 
 
23
 
#include <drizzled/plugin/table_function.h>
24
 
 
25
 
#include <drizzled/session.h>
26
 
 
27
 
#include <plugin/status_dictionary/state_tool.h>
28
 
#include <plugin/status_dictionary/variables.h>
29
 
 
 
21
#ifndef PLUGIN_STATUS_DICTIONARY_DICTIONARY_H
 
22
#define PLUGIN_STATUS_DICTIONARY_DICTIONARY_H
 
23
 
 
24
#include "drizzled/plugin/table_function.h"
 
25
 
 
26
#include "drizzled/session.h"
 
27
 
 
28
#include "plugin/status_dictionary/state_tool.h"
 
29
#include "plugin/status_dictionary/variables.h"
 
30
 
 
31
#endif /* PLUGIN_STATUS_DICTIONARY_DICTIONARY_H */