summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:24:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commite0ac768501181c923500fe82093118c1422fc743 (patch)
tree924d085e5d2ef54b72325e0d4ad42c2d22c7bf72 /vcl/source/opengl
parentbd367b14152620ec0c01c409b772bc76740f4535 (diff)
loplugin:includeform: vcl (Windows)
Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index ca9be1d3ad34..e48894168ac6 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -44,7 +44,7 @@
#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
#include <opengl/x11/X11DeviceInfo.hxx>
#elif defined (_WIN32)
-#include "opengl/win/WinDeviceInfo.hxx"
+#include <opengl/win/WinDeviceInfo.hxx>
#endif
static bool volatile gbInShaderCompile = false;