~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/utf8.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  in this Software without prior written authorization of the copyright holder.
45
45
*/
46
46
 
47
 
#ifndef DRIZZLED_UTF8_UTF8_H
48
 
#define DRIZZLED_UTF8_UTF8_H
 
47
#pragma once
49
48
 
50
49
#include <string>
51
50
 
52
 
#include "drizzled/utf8/checked.h"
53
 
#include "drizzled/utf8/unchecked.h"
 
51
#include <drizzled/utf8/checked.h>
 
52
#include <drizzled/utf8/unchecked.h>
54
53
 
55
54
namespace drizzled
56
55
{
140
139
} /* namespace utf8 */
141
140
} /* namespace drizzled */
142
141
 
143
 
#endif /* DRIZZLED_UTF8_UTF8_H */