summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-29 14:18:00 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-29 14:57:43 +0200
commit9555d03c98346e7c1dc1443c8d8c3ac1b41bf678 (patch)
tree7d33403d7910387926fdec5e87e4259abde187fc
parente77981764a4b21e57ee8d2302715c8c1269c860c (diff)
remove unused #include <sal/alloca.h>
Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1
-rw-r--r--basic/source/runtime/iosys.cxx2
-rw-r--r--i18npool/inc/collatorImpl.hxx2
-rw-r--r--l10ntools/source/xmlparse.cxx1
-rw-r--r--sc/inc/pch/precompiled_sc.hxx1
-rw-r--r--sc/source/core/tool/address.cxx1
-rw-r--r--vcl/generic/glyphs/gcach_layout.cxx1
-rw-r--r--vcl/osx/salframeview.mm1
-rw-r--r--vcl/unx/generic/app/i18n_ic.cxx1
-rw-r--r--vcl/unx/generic/gdi/salgdi3.cxx1
9 files changed, 1 insertions, 10 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>
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 {
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 701848f4b545..7a4c68e0b3dc 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -22,7 +22,6 @@
#include <cassert>
#include <stdio.h>
-#include <sal/alloca.h>
#include "helper.hxx"
#include "common.hxx"
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 4a0a1e9e4025..2759e075ecd5 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -561,7 +561,6 @@
#include <rtl/tencinfo.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
-#include <sal/alloca.h>
#include <sal/config.h>
#include <sal/log.hxx>
#include <sal/macros.h>
diff --git a/sc/source/core/tool/address.cxx b/sc/source/core/tool/address.cxx
index 8973f9dfc89e..2b781e92d191 100644
--- a/sc/source/core/tool/address.cxx
+++ b/sc/source/core/tool/address.cxx
@@ -24,7 +24,6 @@
#include "externalrefmgr.hxx"
#include "globstr.hrc"
-#include <sal/alloca.h>
#include <osl/diagnose.h>
#include <com/sun/star/frame/XModel.hpp>
diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx
index 26d8c1165cef..4a8c14445718 100644
--- a/vcl/generic/glyphs/gcach_layout.cxx
+++ b/vcl/generic/glyphs/gcach_layout.cxx
@@ -27,7 +27,6 @@
#include <vcl/svapp.hxx>
#include <vcl/unohelp.hxx>
-#include <sal/alloca.h>
#include <rtl/instance.hxx>
#include <hb-icu.h>
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 062acec6cf49..5be7cc30bc51 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -19,7 +19,6 @@
#include <sal/config.h>
-#include <sal/alloca.h>
#include <sal/macros.h>
#include <tools/helpers.hxx>
diff --git a/vcl/unx/generic/app/i18n_ic.cxx b/vcl/unx/generic/app/i18n_ic.cxx
index 76c37e6eae30..e9ddd68de972 100644
--- a/vcl/unx/generic/app/i18n_ic.cxx
+++ b/vcl/unx/generic/app/i18n_ic.cxx
@@ -19,7 +19,6 @@
#include <stdio.h>
-#include <sal/alloca.h>
#include <osl/thread.h>
#include <prex.h>
diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index a8ba323052e7..aa4c5c47714b 100644
--- a/vcl/unx/generic/gdi/salgdi3.cxx
+++ b/vcl/unx/generic/gdi/salgdi3.cxx
@@ -33,7 +33,6 @@
#include <osl/file.hxx>
#include <osl/module.hxx>
#include <rtl/tencinfo.h>
-#include <sal/alloca.h>
#include <tools/stream.hxx>
#include <vcl/settings.hxx>
#include <vcl/sysdata.hxx>