~skinny.moey/drizzle/hierarch_repl

« back to all changes in this revision

Viewing changes to drizzled/utf8/utf8.h

  • Committer: Brian Aker
  • Date: 2011-03-14 05:40:28 UTC
  • Revision ID: brian@tangent.org-20110314054028-jhey35e5la4nfl4w
Mass removal of ifdef/endif in favor of pragma once.

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
 
140
139
} /* namespace utf8 */
141
140
} /* namespace drizzled */
142
141
 
143
 
#endif /* DRIZZLED_UTF8_UTF8_H */