aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/WeightsReshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/WeightsReshape.cpp')
-rw-r--r--tests/validation/CL/WeightsReshape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/CL/WeightsReshape.cpp b/tests/validation/CL/WeightsReshape.cpp
index 3e7ecc3408..d04c10cee2 100644
--- a/tests/validation/CL/WeightsReshape.cpp
+++ b/tests/validation/CL/WeightsReshape.cpp
@@ -21,8 +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/CLWeightsReshapeKernel.h"
#include "arm_compute/core/Types.h"
+#include "src/core/CL/kernels/CLWeightsReshapeKernel.h"
#include "tests/CL/CLAccessor.h"
#include "tests/CL/Helper.h"
#include "tests/datasets/ShapeDatasets.h"