summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-24 20:40:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-28 09:29:37 +0200
commit55402d82c5a81322ff7bca3c277a8813bd967a09 (patch)
treebf3d5a9e0b91cabcdf01cf5dbdc82adc2ee05938 /vcl/source/opengl
parent001a5c47353cc87ce4f1d65d2e190e003e727d9e (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/
Plus a quick recheck for files in vcl/source/[a-g]*/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1ae951047be2e034da5f3b0422613ddb0a091ad Reviewed-on: https://gerrit.libreoffice.org/78065 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx3
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx6
2 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index f7fee1a9b21b..8d98e21b56f1 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -15,9 +15,6 @@
#include <vcl/syschild.hxx>
#include <vcl/sysdata.hxx>
-#include <vcl/bitmapaccess.hxx>
-#include <vcl/graph.hxx>
-
#include <osl/thread.hxx>
#include <sal/log.hxx>
diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index 89f2c28805c6..bc9b1c377d13 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -18,10 +18,8 @@
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <config_folders.h>
-#include <vcl/bitmapaccess.hxx>
#include <memory>
#include <vcl/pngwrite.hxx>
-#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <officecfg/Office/Common.hxx>
#include <com/sun/star/util/XFlushable.hpp>
@@ -29,12 +27,8 @@
#include <stdarg.h>
#include <vector>
-#include <deque>
#include <unordered_map>
-#include <svdata.hxx>
-#include <salgdi.hxx>
-#include <salinst.hxx>
#include <opengl/zone.hxx>
#include <opengl/watchdog.hxx>
#include <osl/conditn.hxx>