COMPMID-417: Fix dependency on old validation

Change-Id: I5cf73541bc05500362014a6f493c98b07ba36aa6
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87535
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h
index 58406c5..8370702 100644
--- a/tests/AssetsLibrary.h
+++ b/tests/AssetsLibrary.h
@@ -35,7 +35,7 @@
 #include "tests/RawTensor.h"
 #include "tests/TensorCache.h"
 #include "tests/Utils.h"
-#include "tests/validation_old/half.h"
+#include "tests/validation/half.h"
 
 #include <algorithm>
 #include <cstddef>