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 | |
parent | 9e7e21cd532f04a1b1c7c7288bc439848963b748 (diff) |
Remove unnecessary #includes
and add them to a couple of appropriate headers
Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterBitmapContainer.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterBitmapContainer.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterController.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterHelpView.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterNotesView.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPane.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderManager.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderManager.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneContainer.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScreen.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScrollBar.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSpritePane.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterTimer.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterToolBar.cxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterToolBar.hxx | 2 |
16 files changed, 2 insertions, 22 deletions
diff --git a/sdext/source/presenter/PresenterBitmapContainer.cxx b/sdext/source/presenter/PresenterBitmapContainer.cxx index 37e2f08a7c7c..020d1d5c2ece 100644 --- a/sdext/source/presenter/PresenterBitmapContainer.cxx +++ b/sdext/source/presenter/PresenterBitmapContainer.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/rendering/CompositeOperation.hpp> #include <com/sun/star/rendering/XIntegerBitmap.hpp> #include <boost/bind.hpp> -#include <map> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterBitmapContainer.hxx b/sdext/source/presenter/PresenterBitmapContainer.hxx index c88dfb5082f6..8d0dbfa512f6 100644 --- a/sdext/source/presenter/PresenterBitmapContainer.hxx +++ b/sdext/source/presenter/PresenterBitmapContainer.hxx @@ -29,9 +29,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/Color.hpp> #include <boost/noncopyable.hpp> -#include <boost/scoped_ptr.hpp> #include <map> -#include <vector> #include <boost/shared_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx index 8f7a713ab97c..4cc00b5e4886 100644 --- a/sdext/source/presenter/PresenterController.hxx +++ b/sdext/source/presenter/PresenterController.hxx @@ -45,10 +45,7 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <rtl/ref.hxx> #include <map> -#include <vector> -#include <boost/function.hpp> #include <boost/shared_ptr.hpp> -#include <boost/scoped_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterHelpView.hxx b/sdext/source/presenter/PresenterHelpView.hxx index 4d7427007377..dd518187aa10 100644 --- a/sdext/source/presenter/PresenterHelpView.hxx +++ b/sdext/source/presenter/PresenterHelpView.hxx @@ -29,6 +29,7 @@ #include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp> +#include <boost/scoped_ptr.hpp> namespace { typedef cppu::WeakComponentImplHelper3< diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx index 685cc20d2e04..6fd964bd72e8 100644 --- a/sdext/source/presenter/PresenterNotesView.cxx +++ b/sdext/source/presenter/PresenterNotesView.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/container/XChild.hpp> #include <boost/bind.hpp> -#include <set> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterPane.hxx b/sdext/source/presenter/PresenterPane.hxx index 61ec241d5cb3..9e225f27e75a 100644 --- a/sdext/source/presenter/PresenterPane.hxx +++ b/sdext/source/presenter/PresenterPane.hxx @@ -32,7 +32,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/rendering/XCanvas.hpp> #include <rtl/ref.hxx> -#include <boost/noncopyable.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterPaneBorderManager.cxx b/sdext/source/presenter/PresenterPaneBorderManager.cxx index 0e63720c040a..7285849938df 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.cxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <cppuhelper/compbase1.hxx> #include <osl/mutex.hxx> -#include <boost/weak_ptr.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterPaneBorderManager.hxx b/sdext/source/presenter/PresenterPaneBorderManager.hxx index e95147a5dfdd..c70bf0bd293f 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.hxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.hxx @@ -42,7 +42,6 @@ #include <com/sun/star/rendering/XCanvas.hpp> #include <rtl/ref.hxx> #include <boost/noncopyable.hpp> -#include <boost/shared_ptr.hpp> namespace sdext { namespace presenter { 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; diff --git a/sdext/source/presenter/PresenterProtocolHandler.hxx b/sdext/source/presenter/PresenterProtocolHandler.hxx index 1e8db5f584da..d1c7c4966ffa 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.hxx +++ b/sdext/source/presenter/PresenterProtocolHandler.hxx @@ -26,9 +26,7 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <boost/unordered_map.hpp> #include <rtl/ref.hxx> -#include <boost/scoped_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx index c97447db4315..e8077636d58c 100644 --- a/sdext/source/presenter/PresenterScreen.hxx +++ b/sdext/source/presenter/PresenterScreen.hxx @@ -35,8 +35,6 @@ #include <com/sun/star/presentation/XPresentation2.hpp> #include <rtl/ref.hxx> #include <boost/noncopyable.hpp> -#include <boost/shared_ptr.hpp> -#include <boost/scoped_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx index cc4ffc930a65..df4df2ea8d12 100644 --- a/sdext/source/presenter/PresenterScrollBar.hxx +++ b/sdext/source/presenter/PresenterScrollBar.hxx @@ -30,6 +30,7 @@ #include <cppuhelper/compbase4.hxx> #include <boost/function.hpp> #include <boost/noncopyable.hpp> +#include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx index 8787c4505ca2..b9371bf7b4a0 100644 --- a/sdext/source/presenter/PresenterSpritePane.hxx +++ b/sdext/source/presenter/PresenterSpritePane.hxx @@ -37,7 +37,6 @@ #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase1.hxx> #include <rtl/ref.hxx> -#include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> namespace sdext { namespace presenter { diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx index 31bff655d0ab..bd738a3b9cd1 100644 --- a/sdext/source/presenter/PresenterTimer.hxx +++ b/sdext/source/presenter/PresenterTimer.hxx @@ -28,7 +28,6 @@ #include <osl/time.h> #include <rtl/ref.hxx> #include <sal/types.h> -#include <boost/enable_shared_from_this.hpp> #include <boost/function.hpp> #include <vector> diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx index 6fcd6d280f0d..e643bfe99803 100644 --- a/sdext/source/presenter/PresenterToolBar.cxx +++ b/sdext/source/presenter/PresenterToolBar.cxx @@ -49,9 +49,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <rtl/ustrbuf.hxx> #include <boost/bind.hpp> -#include <boost/function.hpp> -#include <boost/enable_shared_from_this.hpp> -#include <map> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx index edbd55a5f979..e992a116123c 100644 --- a/sdext/source/presenter/PresenterToolBar.hxx +++ b/sdext/source/presenter/PresenterToolBar.hxx @@ -43,8 +43,6 @@ #include <com/sun/star/drawing/framework/XView.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/frame/XController.hpp> -#include <map> -#include <boost/scoped_ptr.hpp> #include <boost/function.hpp> #include <boost/noncopyable.hpp> |