arm_compute v17.06
diff --git a/examples/neon_copy_objects.cpp b/examples/neon_copy_objects.cpp
index 3f53939..191f455 100644
--- a/examples/neon_copy_objects.cpp
+++ b/examples/neon_copy_objects.cpp
@@ -25,7 +25,7 @@
 #include "arm_compute/runtime/NEON/NEFunctions.h"
 
 #include "arm_compute/core/Types.h"
-#include "test_helpers/Utils.h"
+#include "utils/Utils.h"
 
 #include <cstring>
 #include <iostream>
@@ -148,5 +148,5 @@
  */
 int main(int argc, const char **argv)
 {
-    return test_helpers::run_example(argc, argv, main_neon_copy_objects);
+    return utils::run_example(argc, argv, main_neon_copy_objects);
 }