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/PresenterController.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/PresenterController.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterController.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |