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/service/fwu/common/update_agent_interface.h b/components/service/fwu/common/update_agent_interface.h
index 0068908..8681672 100644
--- a/components/service/fwu/common/update_agent_interface.h
+++ b/components/service/fwu/common/update_agent_interface.h
@@ -12,7 +12,7 @@
 #include <stdint.h>
 
 #include "common/uuid/uuid.h"
-#include "protocols/service/fwu/packed-c/status.h"
+#include "protocols/service/fwu/status.h"
 
 #ifdef __cplusplus
 extern "C" {