~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/checked.h

  • Committer: Olaf van der Spek
  • Date: 2011-04-20 09:27:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2285.
  • Revision ID: olafvdspek@gmail.com-20110420092749-hw1q9rfj1pumc2no
Session Cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
 
28
28
 
29
 
#ifndef DRIZZLED_UTF8_CHECKED_H
30
 
#define DRIZZLED_UTF8_CHECKED_H
 
29
#pragma once
31
30
 
32
 
#include "drizzled/utf8/core.h"
 
31
#include <drizzled/utf8/core.h>
33
32
#include <stdexcept>
34
33
 
35
34
namespace drizzled
322
321
} // namespace utf8
323
322
} // namespace drizzled
324
323
 
325
 
#endif /* DRIZZLED_UTF8_CHECKED_H */
326
324
 
327
325