summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/win
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/inc/opengl/win
parentbd367b14152620ec0c01c409b772bc76740f4535 (diff)
loplugin:includeform: vcl (Windows)
Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e
Diffstat (limited to 'vcl/inc/opengl/win')
-rw-r--r--vcl/inc/opengl/win/WinDeviceInfo.hxx2
-rw-r--r--vcl/inc/opengl/win/blocklist_parser.hxx2
-rw-r--r--vcl/inc/opengl/win/gdiimpl.hxx8
3 files changed, 6 insertions, 6 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index 2e6360d4af07..b207b2f9c9df 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -12,7 +12,7 @@
#include <vcl/dllapi.h>
-#include "opengl/DeviceInfo.hxx"
+#include <opengl/DeviceInfo.hxx>
#include <rtl/ustring.hxx>
#include <vector>
diff --git a/vcl/inc/opengl/win/blocklist_parser.hxx b/vcl/inc/opengl/win/blocklist_parser.hxx
index 6b716ab3d7e0..1d1ea314d6f7 100644
--- a/vcl/inc/opengl/win/blocklist_parser.hxx
+++ b/vcl/inc/opengl/win/blocklist_parser.hxx
@@ -10,7 +10,7 @@
#include <vcl/dllapi.h>
#include <xmlreader/xmlreader.hxx>
#include <vector>
-#include "opengl/win/WinDeviceInfo.hxx"
+#include <opengl/win/WinDeviceInfo.hxx>
class InvalidFileException
{
diff --git a/vcl/inc/opengl/win/gdiimpl.hxx b/vcl/inc/opengl/win/gdiimpl.hxx
index ba92f571986c..bd0bea4ef246 100644
--- a/vcl/inc/opengl/win/gdiimpl.hxx
+++ b/vcl/inc/opengl/win/gdiimpl.hxx
@@ -13,12 +13,12 @@
#include <memory>
#include <vcl/dllapi.h>
-#include "openglgdiimpl.hxx"
-#include "svdata.hxx"
-#include "win/salgdi.h"
+#include <openglgdiimpl.hxx>
+#include <svdata.hxx>
+#include <win/salgdi.h>
#include <o3tl/lru_map.hxx>
#include <vcl/opengl/OpenGLContext.hxx>
-#include "ControlCacheKey.hxx"
+#include <ControlCacheKey.hxx>
class WinOpenGLSalGraphicsImpl : public OpenGLSalGraphicsImpl
{