summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/openclwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/openclwrapper.hxx')
-rw-r--r--sc/source/core/inc/openclwrapper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/core/inc/openclwrapper.hxx b/sc/source/core/inc/openclwrapper.hxx
index 9f3edc9c3b4c..9dad74749bb6 100644
--- a/sc/source/core/inc/openclwrapper.hxx
+++ b/sc/source/core/inc/openclwrapper.hxx
@@ -11,13 +11,12 @@
#define INCLUDED_SC_SOURCE_CORE_OPENCL_OPENCLWRAPPER_HXX
#include <config_features.h>
-#include <formula/opcode.hxx>
#include <sal/detail/log.h>
+#include <opencl/platforminfo.hxx>
#include <osl/file.hxx>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <cassert>
-#include "platforminfo.hxx"
#include <rtl/string.hxx>
@@ -102,8 +101,6 @@ bool switchOpenCLDevice(const OUString* pDeviceId, bool bAutoSelect,
void getOpenCLDeviceInfo(size_t& rDeviceId, size_t& rPlatformId);
-bool checkForKnownBadCompilers(const OpenCLPlatformInfo& rPlatform, const OpenCLDeviceInfo& rDevice);
-
}}
#endif