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 /basic | |
parent | e77981764a4b21e57ee8d2302715c8c1269c860c (diff) |
remove unused #include <sal/alloca.h>
Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 7be2228bba72..529214150b26 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -30,8 +30,6 @@ #include "runtime.hxx" -#include <sal/alloca.h> - #include <ctype.h> #include <rtl/byteseq.hxx> #include <rtl/textenc.h> |