diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-28 17:35:51 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-16 13:40:40 +0200 |
commit | 586bed9157edc406fe83ee2c674f6e976d27b5be (patch) | |
tree | 19a63f13b3523974546b8b64fcf588c4a434dc3b /regexp/source/reclass.cxx | |
parent | ba450e160447eb8108ab1dd548daccf86c6435d6 (diff) |
CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]
Diffstat (limited to 'regexp/source/reclass.cxx')
-rw-r--r-- | regexp/source/reclass.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx index b376c2d05881..bed4451ea2d1 100644 --- a/regexp/source/reclass.cxx +++ b/regexp/source/reclass.cxx @@ -25,9 +25,6 @@ * ************************************************************************/ - -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_regexp.hxx" /* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the @@ -53,6 +50,7 @@ Modified for OpenOffice.org to use sal_Unicode and Transliteration service. */ +#include <regexp/reclass.hxx> #if 0 /* If for any reason (porting, debug) we can't use alloca() use malloc() @@ -74,9 +72,6 @@ #include <rtl/ustring.hxx> #include <com/sun/star/i18n/TransliterationModules.hpp> -#include "reclass.hxx" - - /* Maximum number of duplicates an interval can allow. Some systems (erroneously) define this in other header files, but we want our value, so remove any previous define. */ |