diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /regexp | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/source/reclass.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
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 <i18nutil/unicode.hxx> -#endif -#ifndef _COM_SUN_STAR_UTIL_SEARCHFLAGS_HPP_ #include <com/sun/star/util/SearchFlags.hpp> -#endif -#ifndef _COM_SUN_STAR_UTIL_SEARCHOPTIONS_HPP_ #include <com/sun/star/util/SearchOptions.hpp> -#endif -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif -#ifndef _COM_SUN_STAR_I18N_XEXTENDEDTRANSLITERATION_HPP_ #include <com/sun/star/i18n/XExtendedTransliteration.hpp> -#endif /* If any error codes are removed, changed, or added, update the `re_error_msg' table in regex.c. */ |