vcl/source/opengl/OpenGLContext.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 1db745d9342599caad23f1bdc451ed1d1251203b Author: Julien Nabet <[email protected]> Date: Tue Feb 6 13:45:10 2018 +0100 Unused include pngwrite in OpenGLContext (vcl) Change-Id: Ib8445ed268f84d850169cc54113119308045e9df Reviewed-on: https://gerrit.libreoffice.org/49295 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index e8985dd36d9e..6c254182a454 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -15,7 +15,6 @@ #include <vcl/syschild.hxx> #include <vcl/sysdata.hxx> -#include <vcl/pngwrite.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/graph.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
