aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/Col2Im.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/Col2Im.cpp')
-rw-r--r--tests/validation/CL/Col2Im.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/validation/CL/Col2Im.cpp b/tests/validation/CL/Col2Im.cpp
index d6ef010b53..b651bf8918 100644
--- a/tests/validation/CL/Col2Im.cpp
+++ b/tests/validation/CL/Col2Im.cpp
@@ -21,9 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "arm_compute/core/CL/kernels/CLCol2ImKernel.h"
#include "arm_compute/core/Types.h"
-
+#include "src/core/CL/kernels/CLCol2ImKernel.h"
#include "tests/CL/CLAccessor.h"
#include "tests/CL/Helper.h"
#include "tests/framework/Asserts.h"