summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-05-06 21:09:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-05-07 11:33:31 +0900
commite193aded369ec3552fd6fa05fdd4db17441d8ba8 (patch)
tree5969c95c2a65adcbfef70075ee7fabe418c8d379
parent87f33f6f44a73e8662d718aafea427b336a88b24 (diff)
Drop unused #include
Change-Id: If2ec3ba8fb6b5affa7e20b4586a60852e2b818df
-rw-r--r--sc/source/ui/inc/PivotLayoutTreeList.hxx1
-rw-r--r--sc/source/ui/inc/PivotLayoutTreeListBase.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/PivotLayoutTreeList.hxx b/sc/source/ui/inc/PivotLayoutTreeList.hxx
index 5b89d40fc0b7..c4dbcf156b75 100644
--- a/sc/source/ui/inc/PivotLayoutTreeList.hxx
+++ b/sc/source/ui/inc/PivotLayoutTreeList.hxx
@@ -12,7 +12,6 @@
#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELIST_HXX
#include "PivotLayoutTreeListBase.hxx"
-#include <boost/ptr_container/ptr_vector.hpp>
class ScPivotLayoutTreeList : public ScPivotLayoutTreeListBase
{
diff --git a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
index 8cf6d3a13266..4d2d415bf1fd 100644
--- a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
+++ b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
@@ -13,7 +13,6 @@
#include <svtools/treelistbox.hxx>
-#include <boost/ptr_container/ptr_vector.hpp>
#include <vcl/builder.hxx>
#include "pivot.hxx"