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.cl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CL/cl_kernels/fill_border.cl b/src/core/CL/cl_kernels/fill_border.cl
index 33a9495d66..9d6a2b8b5a 100644
--- a/src/core/CL/cl_kernels/fill_border.cl
+++ b/src/core/CL/cl_kernels/fill_border.cl
@@ -23,10 +23,6 @@
*/
#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.
*
* @attention The DATA_TYPE needs to be passed at the compile time.