Remove unnecessary header inclusion 58/305458/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Feb 2024 00:39:16 +0000 (09:39 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Feb 2024 00:39:16 +0000 (09:39 +0900)
commit3cc62a8aded2fbdeea4b076f2ccbc69cdc3bb8d0
tree90fad64e62240f32f5704a7d281911a1246d4cfc
parentecd224b0af5226bbb3259b96ac00174c562bed40
Remove unnecessary header inclusion

To make aul mock for event-system unit tests, the aul.h and the aul_svc.h
only are needed.
This patch removes unnecessary header inclusions.

Removes:
 - #include <aul_rsc_mgr.h>
 - #include <aul_rpc_port.h>
 - #include <aul_app_com.h>
 - #include <aul_complication.h>

Change-Id: Iafd006a8a69a8a8bc0a1e81e19937ad791a994b8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tests/mock/aul_mock.h