aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/fill_border.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/cl_kernels/fill_border.cl')
-rw-r--r--src/core/CL/cl_kernels/fill_border.cl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/CL/cl_kernels/fill_border.cl b/src/core/CL/cl_kernels/fill_border.cl
index 2db8c67877..fbd4f6ae0f 100644
--- a/src/core/CL/cl_kernels/fill_border.cl
+++ b/src/core/CL/cl_kernels/fill_border.cl
@@ -21,13 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "fixed_point.h"
#include "helpers.h"
#if defined(FIXED_POINT_POSITION)
-
#include "fixed_point.h"
-
#endif /* FIXED_POINT_POSITION */
/** Fill N pixel of the padding edge of a single channel image by replicating the closest valid pixel.