summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLHelper.cxx
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/OpenGLHelper.cxx
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/opengl/OpenGLHelper.cxx')
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx12
1 files changed, 6 insertions, 6 deletions
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