From: Chanwoo Choi Date: Mon, 12 Feb 2018 06:12:43 +0000 (+0900) Subject: pass: Remove inclusion of unneeded header file X-Git-Tag: submit/tizen/20180313.020130~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bc14f317586439f27ba4609db600b24952526a4;p=platform%2Fcore%2Fsystem%2Fpass.git pass: Remove inclusion of unneeded header file PASS core doesn't call the exported API of resource-controller module except for init/exit(). Change-Id: I2ed6e5cb7032c9a70a5190e8c28c6af3c5205bfa Signed-off-by: Chanwoo Choi --- diff --git a/src/pass/pass.c b/src/pass/pass.c index 7cb95f6..a2d7a0d 100644 --- a/src/pass/pass.c +++ b/src/pass/pass.c @@ -30,7 +30,6 @@ #include "pass.h" #include "pass-parser.h" #include "pass-hal.h" -#include "pass-rescon.h" #define DBUS_CORE_I_START_HANDLER "handle_start" #define DBUS_CORE_I_STOP_HANDLER "handle_stop"