diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-10 18:55:12 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-10 23:27:42 +0200 |
commit | 72c11ce76abebdbe88a7be793dbf690c54b30500 (patch) | |
tree | 04d1cfb6813384d28c3a5dc4099caac84896cbd8 /include | |
parent | ac010423b6e9005896ca73a55a7d65dd698767d3 (diff) |
remove unused ptr_container includes
Change-Id: I55e15669520075f74c3fc730f8c6549d19de5ab3
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/infobar.hxx | 2 | ||||
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx index 1d3adc6b4412..f42319020d4c 100644 --- a/include/sfx2/infobar.hxx +++ b/include/sfx2/infobar.hxx @@ -17,8 +17,6 @@ #include <sfx2/dllapi.h> #include <sfx2/childwin.hxx> -#include <boost/ptr_container/ptr_vector.hpp> - /** SfxChildWindow for positioning the InfoBar in the view. */ class SFX2_DLLPUBLIC SfxInfoBarContainerChild : public SfxChildWindow diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 26769059c389..94ba1edf0d6d 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -52,11 +52,11 @@ class NSOpenGLView; #endif #include <vcl/dllapi.h> -#include <boost/ptr_container/ptr_map.hpp> #include <vcl/window.hxx> #include <tools/gen.hxx> #include <vcl/syschild.hxx> +#include <map> #include <set> class OpenGLFramebuffer; |