diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-24 01:05:02 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-24 01:06:15 +0900 |
commit | ea5ef0a72e5e608baf2c40700658a4fcba6a3759 (patch) | |
tree | 78375aac561b23e4b7ca8f4a97bbd164431174fc /basic | |
parent | 415f5477e8c34001bb97c788a969e6e92d1d45be (diff) |
Drop unused #includes
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/dllmgr-none.cxx | 6 | ||||
-rw-r--r-- | basic/source/sbx/sbxarray.cxx | 1 |
2 files changed, 0 insertions, 7 deletions
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> |