summaryrefslogtreecommitdiff
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-06 16:24:33 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-06 20:37:39 +0100
commitce6401c263b9f098c1fad636656749db6c6f22a1 (patch)
tree23fd14ea346b03a7bc0a829783eefbb8e8d8fb22 /sc/inc/datauno.hxx
parent22c1e08fda61e424a3bdb7305a9b9025c5e80d90 (diff)
sc: remove some unused boost includes
Change-Id: I32f258c2152a4a40a796161a91c76d81e0a3ba47
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx3
1 files changed, 2 insertions, 1 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;