diff options
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/bastype2.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/dllmgr-none.cxx | 6 | ||||
-rw-r--r-- | basic/source/sbx/sbxarray.cxx | 1 | ||||
-rw-r--r-- | vbahelper/source/vbahelper/vbacommandbar.hxx | 2 |
5 files changed, 0 insertions, 11 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 6a3f5998a6b5..359f9dfecd1e 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -18,7 +18,6 @@ */ #include <vcl/msgbox.hxx> -#include <vector> #include <algorithm> #include <basic/basmgr.hxx> #include <basic/sbmeth.hxx> diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index 9ff70c06d753..51729f9e5619 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -41,7 +41,6 @@ #include <sfx2/dispatch.hxx> #include <cassert> -#include <map> #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx index 28f0005b21d8..5272d172df2f 100644 --- a/basic/source/runtime/dllmgr-none.cxx +++ b/basic/source/runtime/dllmgr-none.cxx @@ -24,12 +24,6 @@ #include <postwin.h> #endif -#include <algorithm> -#include <cstddef> -#include <list> -#include <map> -#include <vector> - #include <basic/sbx.hxx> #include <basic/sbxvar.hxx> #include <osl/thread.h> diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx index 9824098a6062..e28e45685300 100644 --- a/basic/source/sbx/sbxarray.cxx +++ b/basic/source/sbx/sbxarray.cxx @@ -20,7 +20,6 @@ #include <tools/stream.hxx> #include <basic/sbx.hxx> #include "runtime.hxx" -#include <vector> #include <boost/optional.hpp> diff --git a/vbahelper/source/vbahelper/vbacommandbar.hxx b/vbahelper/source/vbahelper/vbacommandbar.hxx index b2906163d71f..da0efc78f682 100644 --- a/vbahelper/source/vbahelper/vbacommandbar.hxx +++ b/vbahelper/source/vbahelper/vbacommandbar.hxx @@ -28,8 +28,6 @@ #include <vbahelper/vbahelperinterface.hxx> #include "vbacommandbarhelper.hxx" -#include <map> - typedef InheritedHelperInterfaceImpl1< ov::XCommandBar > CommandBar_BASE; class ScVbaCommandBar : public CommandBar_BASE |