From 1275d274db37fc333838321347e1887488f8f4c0 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 5 Oct 2010 15:55:19 +0200 Subject: more removed include guards using fixguard.py --- regexp/source/reclass.hxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'regexp') diff --git a/regexp/source/reclass.hxx b/regexp/source/reclass.hxx index e97c87019341..8f07c59d6f2f 100644 --- a/regexp/source/reclass.hxx +++ b/regexp/source/reclass.hxx @@ -27,21 +27,11 @@ #ifndef INCLUDED_REGEXP_RECLASS_HXX #define INCLUDED_REGEXP_RECLASS_HXX -#ifndef INCLUDED_I18NUTIL_UNICODE_HXX #include -#endif -#ifndef _COM_SUN_STAR_UTIL_SEARCHFLAGS_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UTIL_SEARCHOPTIONS_HPP_ #include -#endif -#ifndef _SAL_TYPES_H_ #include -#endif -#ifndef _COM_SUN_STAR_I18N_XEXTENDEDTRANSLITERATION_HPP_ #include -#endif /* If any error codes are removed, changed, or added, update the `re_error_msg' table in regex.c. */ -- cgit