summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:35:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:00 +0200
commitd516b4e16af29e1978173b134da0420879619eb2 (patch)
treed38e0800e2c196a401de2b4afe3a28b2ba0525c1 /opencl
parenta50d42929aefc5a3a421228efde86aa83f478e05 (diff)
loplugin:includeform: opencl
Change-Id: I3646ae6fa573c673b27e6d8a552883687c98aad2
Diffstat (limited to 'opencl')
-rw-r--r--opencl/source/OpenCLZone.cxx2
-rw-r--r--opencl/source/opencl_device.cxx2
-rw-r--r--opencl/source/openclwrapper.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/opencl/source/OpenCLZone.cxx b/opencl/source/OpenCLZone.cxx
index e757cd497073..e4e3ff08fff4 100644
--- a/opencl/source/OpenCLZone.cxx
+++ b/opencl/source/OpenCLZone.cxx
@@ -9,7 +9,7 @@
#include <opencl/openclwrapper.hxx>
#include <opencl/OpenCLZone.hxx>
-#include "opencl_device.hxx"
+#include <opencl_device.hxx>
#include <memory>
diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx
index 103236906592..57c56ca3cf58 100644
--- a/opencl/source/opencl_device.cxx
+++ b/opencl/source/opencl_device.cxx
@@ -24,7 +24,7 @@
#include <opencl/OpenCLZone.hxx>
-#include "opencl_device.hxx"
+#include <opencl_device.hxx>
#define INPUTSIZE 15360
#define OUTPUTSIZE 15360
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 71e6722f83dc..0754a5071185 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -9,7 +9,7 @@
#include <config_folders.h>
-#include "opencl_device.hxx"
+#include <opencl_device.hxx>
#include <comphelper/string.hxx>
#include <opencl/openclconfig.hxx>