~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/metadata_ms.h

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:08:12 UTC
  • mfrom: (2445.1.11 rf)
  • Revision ID: me@mark.atwood.name-20111027050812-1icvs72lb0u4xdc4
mergeĀ lp:~olafvdspek/drizzle/refactor8

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * PBMS Meta Data utilities.
26
26
 *
27
27
 */
 
28
#pragma once
28
29
#ifndef __METADATA_MS_H__
29
30
#define __METADATA_MS_H__
30
31
 
31
32
#ifdef DRIZZLED
32
33
#include <drizzled/internal/m_string.h>
33
 
#include <drizzled/charset_info.h>
 
34
#include <drizzled/charset.h>
34
35
#else
35
36
#include "m_ctype.h"
36
37
#endif