diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-06 16:24:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-06 20:37:39 +0100 |
commit | ce6401c263b9f098c1fad636656749db6c6f22a1 (patch) | |
tree | 23fd14ea346b03a7bc0a829783eefbb8e8d8fb22 /sc | |
parent | 22c1e08fda61e424a3bdb7305a9b9025c5e80d90 (diff) |
sc: remove some unused boost includes
Change-Id: I32f258c2152a4a40a796161a91c76d81e0a3ba47
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/datauno.hxx | 3 | ||||
-rw-r--r-- | sc/inc/detdata.hxx | 4 | ||||
-rw-r--r-- | sc/inc/dpobject.hxx | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 388b546cd4ac..a009fbbe3736 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -46,7 +46,8 @@ #include <cppuhelper/implbase.hxx> #include <svl/itemprop.hxx> #include <svl/lstner.hxx> -#include <boost/ptr_container/ptr_vector.hpp> + +#include <vector> class ScDBData; class ScDocShell; diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index ab7fb7183149..271b936bba0e 100644 --- a/sc/inc/detdata.hxx +++ b/sc/inc/detdata.hxx @@ -20,9 +20,11 @@ #ifndef INCLUDED_SC_INC_DETDATA_HXX #define INCLUDED_SC_INC_DETDATA_HXX -#include <boost/ptr_container/ptr_vector.hpp> #include "global.hxx" +#include <memory> +#include <vector> + enum ScDetOpType { SCDETOP_ADDSUCC, diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 178c74253136..db2a6897e795 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -34,7 +34,6 @@ #include <set> #include <vector> -#include <boost/ptr_container/ptr_list.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_map.hpp> |