summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-10 18:55:12 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-10 23:27:42 +0200
commit72c11ce76abebdbe88a7be793dbf690c54b30500 (patch)
tree04d1cfb6813384d28c3a5dc4099caac84896cbd8 /include/vcl
parentac010423b6e9005896ca73a55a7d65dd698767d3 (diff)
remove unused ptr_container includes
Change-Id: I55e15669520075f74c3fc730f8c6549d19de5ab3
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 1 insertions, 1 deletions
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;