summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-24 01:05:02 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-07-24 01:06:15 +0900
commitea5ef0a72e5e608baf2c40700658a4fcba6a3759 (patch)
tree78375aac561b23e4b7ca8f4a97bbd164431174fc /basic
parentAnnotate. (diff)
downloadcore-ea5ef0a72e5e608baf2c40700658a4fcba6a3759.tar.gz
core-ea5ef0a72e5e608baf2c40700658a4fcba6a3759.zip
Drop unused #includes
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/dllmgr-none.cxx6
-rw-r--r--basic/source/sbx/sbxarray.cxx1
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>