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/PresenterBitmapContainer.hxx | |
parent | 9e7e21cd532f04a1b1c7c7288bc439848963b748 (diff) |
Remove unnecessary #includes
and add them to a couple of appropriate headers
Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
Diffstat (limited to 'sdext/source/presenter/PresenterBitmapContainer.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterBitmapContainer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |