Kaydet (Commit) d502ddff authored tarafından Takeshi Abe's avatar Takeshi Abe

Remove unnecessary #includes

and add them to a couple of appropriate headers

Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
üst 9e7e21cd
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <com/sun/star/rendering/CompositeOperation.hpp> #include <com/sun/star/rendering/CompositeOperation.hpp>
#include <com/sun/star/rendering/XIntegerBitmap.hpp> #include <com/sun/star/rendering/XIntegerBitmap.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <map>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
......
...@@ -29,9 +29,7 @@ ...@@ -29,9 +29,7 @@
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/Color.hpp> #include <com/sun/star/util/Color.hpp>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <map> #include <map>
#include <vector>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -45,10 +45,7 @@ ...@@ -45,10 +45,7 @@
#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <map> #include <map>
#include <vector>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp>
#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/rendering/XSpriteCanvas.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <boost/scoped_ptr.hpp>
namespace { namespace {
typedef cppu::WeakComponentImplHelper3< typedef cppu::WeakComponentImplHelper3<
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XChild.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <set>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XCanvas.hpp>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <boost/noncopyable.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <boost/weak_ptr.hpp>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XCanvas.hpp>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/drawing/framework/ResourceId.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp>
#include <vector>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
......
...@@ -26,9 +26,7 @@ ...@@ -26,9 +26,7 @@
#include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <boost/unordered_map.hpp>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <boost/scoped_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#include <com/sun/star/presentation/XPresentation2.hpp> #include <com/sun/star/presentation/XPresentation2.hpp>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <cppuhelper/compbase4.hxx> #include <cppuhelper/compbase4.hxx>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
namespace sdext { namespace presenter { namespace sdext { namespace presenter {
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <osl/time.h> #include <osl/time.h>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <sal/types.h> #include <sal/types.h>
#include <boost/enable_shared_from_this.hpp>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <vector> #include <vector>
......
...@@ -49,9 +49,6 @@ ...@@ -49,9 +49,6 @@
#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <boost/bind.hpp> #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;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
......
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
#include <com/sun/star/drawing/framework/XView.hpp> #include <com/sun/star/drawing/framework/XView.hpp>
#include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp>
#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XController.hpp>
#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment