diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-11 09:58:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-11 09:58:25 +0300 |
commit | cf1de6b8ceb3eb5b4b25af6167df62468ecefb3f (patch) | |
tree | f2b836f2afe723342e50de790aa320df687cc668 | |
parent | cf04b77f08f3729201597f0acd82fc53e31795cd (diff) |
Remove superfluous #endif
Change-Id: I5fcf215e7d044711f593f1c8099c0fad13d22141
-rw-r--r-- | sc/source/core/opencl/openclwrapper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx index fe625546ee4e..62ad3891d5cb 100644 --- a/sc/source/core/opencl/openclwrapper.hxx +++ b/sc/source/core/opencl/openclwrapper.hxx @@ -15,7 +15,6 @@ #include <sal/detail/log.h> #include <cassert> #include <CL/cl.h> -#endif #if defined(_MSC_VER) #ifndef strcasecmp |