diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-30 09:32:01 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-30 09:35:36 +0900 |
commit | d502ddff205f381807bda16aee8469bcdf354a18 (patch) | |
tree | ec6aea1530d18e158e425909de5e40b0cf42006c /sdext/source/presenter/PresenterPaneContainer.cxx | |
parent | 9e7e21cd532f04a1b1c7c7288bc439848963b748 (diff) |
Remove unnecessary #includes
and add them to a couple of appropriate headers
Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterPaneContainer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx index 76ead71214d5..105c1240f760 100644 --- a/sdext/source/presenter/PresenterPaneContainer.cxx +++ b/sdext/source/presenter/PresenterPaneContainer.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> -#include <vector> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |