summaryrefslogtreecommitdiff
path: root/opencl/inc/opencl_device.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'opencl/inc/opencl_device.hxx')
-rw-r--r--opencl/inc/opencl_device.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx
index 4fc75cf443f8..b69cbabc28a5 100644
--- a/opencl/inc/opencl_device.hxx
+++ b/opencl/inc/opencl_device.hxx
@@ -10,16 +10,13 @@
#ifndef INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
#define INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
-#include "opencl_device_selection.h"
+#include <opencl/openclwrapper.hxx>
-namespace opencl {
+#include "opencl_device_selection.h"
ds_device const & getDeviceSelection(OUString const & pFileName, bool bForceSelection);
-struct GPUEnv;
-void releaseOpenCLEnv( GPUEnv *gpuInfo );
-
-}
+void releaseOpenCLEnv( openclwrapper::GPUEnv *gpuInfo );
#endif