summaryrefslogtreecommitdiff
path: root/opencl/source/opencl_device.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-14 01:02:55 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-29 09:11:52 +0200
commit61b7525869178464e100085e0f9a66ffc008e483 (patch)
tree5fec15ed23d6fca1757b01b629883070959b7cee /opencl/source/opencl_device.cxx
parent42f0286c0ec68dde36cf3cef15f8a6e2e7ec1830 (diff)
tdf#42949 Fix IWYU warnings in opencl/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0aedc40c49c8cb1382f45571f54873d6017ec62c Reviewed-on: https://gerrit.libreoffice.org/72637 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'opencl/source/opencl_device.cxx')
-rw-r--r--opencl/source/opencl_device.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx
index 55f594ba713f..d6b59729c14a 100644
--- a/opencl/source/opencl_device.cxx
+++ b/opencl/source/opencl_device.cxx
@@ -7,17 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <math.h>
#include <float.h>
#include <iostream>
-#include <sstream>
#include <memory>
#include <vector>
#include <algorithm>
#include <comphelper/random.hxx>
#include <opencl/openclconfig.hxx>
-#include <opencl/openclwrapper.hxx>
#include <opencl/platforminfo.hxx>
#include <sal/log.hxx>
#include <rtl/math.hxx>
@@ -26,6 +23,7 @@
#include <opencl/OpenCLZone.hxx>
#include <opencl_device.hxx>
+#include <opencl_device_selection.h>
#define INPUTSIZE 15360
#define OUTPUTSIZE 15360