pass: Remove inclusion of unneeded header file 45/170445/2
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 12 Feb 2018 06:12:43 +0000 (15:12 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 23 Feb 2018 07:49:37 +0000 (16:49 +0900)
PASS core doesn't call the exported API of resource-controller module
except for init/exit().

Change-Id: I2ed6e5cb7032c9a70a5190e8c28c6af3c5205bfa
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass.c

index 7cb95f6..a2d7a0d 100644 (file)
@@ -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"