Remove TS specific prefixes and paths from FWU code

The PSA FWU definitions are not Trusted Services specific, remove
prefixes and directories which indicate otherwise.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I91e3b72fe34070983244f2a926a8e9f4e2617eb7
diff --git a/components/app/fwu-tool/cmd_print_metadata_v1.cpp b/components/app/fwu-tool/cmd_print_metadata_v1.cpp
index 6539e57..0fcfe45 100644
--- a/components/app/fwu-tool/cmd_print_metadata_v1.cpp
+++ b/components/app/fwu-tool/cmd_print_metadata_v1.cpp
@@ -13,8 +13,8 @@
 
 #include "common/uuid/uuid.h"
 #include "print_uuid.h"
-#include "protocols/service/fwu/packed-c/fwu_proto.h"
-#include "protocols/service/fwu/packed-c/metadata_v1.h"
+#include "protocols/service/fwu/fwu_proto.h"
+#include "protocols/service/fwu/metadata_v1.h"
 
 void cmd_print_metadata_v1(fwu_app &app)
 {