~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/string_functions/regex.h

  • Committer: Mark Atwood
  • Date: 2011-08-09 01:21:52 UTC
  • mfrom: (2380.1.2 drizzle-autoconf)
  • Revision ID: me@mark.atwood.name-20110809012152-zxq2dgan8e6nsvse
mergeĀ lp:~brianaker/drizzle/autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_STRING_FUNCTIONS_REGEX_H
22
 
#define PLUGIN_STRING_FUNCTIONS_REGEX_H
 
21
#pragma once
23
22
 
24
23
#include <drizzled/item/function/boolean.h>
25
24
#include <boost/regex.hpp>
54
53
} // namespace string_functions
55
54
} // namespace drizzled
56
55
 
57
 
#endif /* PLUGIN_STRING_FUNCTIONS_REGEX_H */