~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/dictionary.h

  • Committer: Brian Aker
  • Date: 2010-02-14 01:56:51 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: brian@gaz-20100214015651-ror9j0xu7dccz0ct
Two fixes for "make dist"

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
 
#ifndef PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H
22
 
#define PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H
 
21
#ifndef PLUGIN_COLLATION_DICTIONARY_DICTIONARY_H
 
22
#define PLUGIN_COLLATION_DICTIONARY_DICTIONARY_H
23
23
 
24
24
#include "drizzled/plugin/table_function.h"
25
25
 
26
26
#include <plugin/collation_dictionary/character_sets.h>
27
27
#include <plugin/collation_dictionary/collations.h>
28
28
 
29
 
#endif  /* PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H */
 
29
#endif /* PLUGIN_COLLATION_DICTIONARY_DICTIONARY_H */