~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/checked.h

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

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