diff options
-rw-r--r-- | opencl/source/OpenCLZone.cxx | 2 | ||||
-rw-r--r-- | opencl/source/opencl_device.cxx | 2 | ||||
-rw-r--r-- | opencl/source/openclwrapper.cxx | 2 |
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> |