diff options
author | Christophe Christophe Marion <christophe.jaillet@wanadoo.fr> | 2012-06-18 22:48:25 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-19 09:13:23 +0100 |
commit | bd6f2bb7eed1a866bfb8d63b0dcba9be8c283f7f (patch) | |
tree | 1e46b684973f1c44a123319a0a9e928a628bf052 /i18npool | |
parent | bd4f553ef03b45b4126314fa8287f933988575ea (diff) |
Remove a useless include
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/breakiterator_ctl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_ctl.cxx b/i18npool/source/breakiterator/breakiterator_ctl.cxx index 5d1d7a13a5aa..3cf177ccf2e5 100644 --- a/i18npool/source/breakiterator/breakiterator_ctl.cxx +++ b/i18npool/source/breakiterator/breakiterator_ctl.cxx @@ -30,8 +30,6 @@ #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <breakiterator_ctl.hxx> -#include <string.h> // for memset - using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::rtl; |