summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/opengl
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx8
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx12
2 files changed, 10 insertions, 10 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index b49774171a38..66cd13bddf29 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -21,16 +21,16 @@
#include <osl/thread.hxx>
-#include "svdata.hxx"
-#include "salgdi.hxx"
-#include "salinst.hxx"
+#include <svdata.hxx>
+#include <salgdi.hxx>
+#include <salinst.hxx>
#include <opengl/framebuffer.hxx>
#include <opengl/program.hxx>
#include <opengl/texture.hxx>
#include <opengl/zone.hxx>
-#include "opengl/RenderState.hxx"
+#include <opengl/RenderState.hxx>
using namespace com::sun::star;
diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index 5d1b64b74fdd..ca9be1d3ad34 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -31,18 +31,18 @@
#include <deque>
#include <unordered_map>
-#include "svdata.hxx"
-#include "salgdi.hxx"
-#include "salinst.hxx"
-#include "opengl/zone.hxx"
-#include "opengl/watchdog.hxx"
+#include <svdata.hxx>
+#include <salgdi.hxx>
+#include <salinst.hxx>
+#include <opengl/zone.hxx>
+#include <opengl/watchdog.hxx>
#include <osl/conditn.hxx>
#include <vcl/opengl/OpenGLWrapper.hxx>
#include <vcl/opengl/OpenGLContext.hxx>
#include <desktop/crashreport.hxx>
#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
-#include "opengl/x11/X11DeviceInfo.hxx"
+#include <opengl/x11/X11DeviceInfo.hxx>
#elif defined (_WIN32)
#include "opengl/win/WinDeviceInfo.hxx"
#endif