pass: Include resource header inside pass.c 40/280040/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 22 Aug 2022 23:27:57 +0000 (08:27 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 22 Aug 2022 23:37:48 +0000 (08:37 +0900)
commit5d39adfca161641bcedbc037abb2f65f033e7fb9
treea0ba32e0d678807877c07f7b658a19e1f0e0e554
parentc7f7b84cf86cefc36cde68379dd042b03e4d187f
pass: Include resource header inside pass.c

Currently resource.h is only used in pass.c, but it is included in
pass.h and it rather prevents using "delete" keyword due to be used
in haltests which is built by cpp compiler. So, this makes resource
header be only included in pass.c directly.

Change-Id: I3360ceb217ec5d95a75f17a65f2b39bf10e12af6
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/pass/pass.c
src/pass/pass.h