diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-29 14:18:00 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-29 14:57:43 +0200 |
commit | 9555d03c98346e7c1dc1443c8d8c3ac1b41bf678 (patch) | |
tree | 7d33403d7910387926fdec5e87e4259abde187fc /i18npool | |
parent | e77981764a4b21e57ee8d2302715c8c1269c860c (diff) |
remove unused #include <sal/alloca.h>
Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/collatorImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/collatorImpl.hxx b/i18npool/inc/collatorImpl.hxx index 0acd37aa9f06..e044e6d1354e 100644 --- a/i18npool/inc/collatorImpl.hxx +++ b/i18npool/inc/collatorImpl.hxx @@ -27,7 +27,7 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <sal/alloca.h> + #include <vector> namespace com { namespace sun { namespace star { namespace i18n { |