pass: Remove unneeded header including 78/269978/4
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 19 Jan 2022 09:54:54 +0000 (18:54 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 24 Jan 2022 09:23:58 +0000 (18:23 +0900)
Change-Id: Ie7590805ce3d0b002dd1f67c7fd3dc8e85f1930d
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-parser.c
src/pass/pass-resmon.c
src/pass/pass-thermal.c

index 837643b2c7bec29dd5d67c9cbb272fe985682e51..3c3baf077120443e7454fd81d155207a69cde8c4 100644 (file)
@@ -38,8 +38,9 @@
 #include <errno.h>
 #include <fcntl.h>
 
+#include <hal/hal-power.h>
+
 #include <pass/common.h>
-#include <pass/pass-hal.h>
 
 #include "pass.h"
 
index 0ebfe11d2683b00ce280a27e0abad598669cec97..183ec093a13f9c5dbf66552d9f91bf6a3504709b 100644 (file)
@@ -40,7 +40,6 @@
 #include <libudev.h>
 
 #include <pass/log.h>
-#include <pass/pass-hal.h>
 
 #include "pass.h"
 #include "pass-hal.h"
index db19eea2ad7dcf1fd46c53d0835153eecf05b5cd..dda35bc47283382f5376207b584d296573a1c080 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <pass/log.h>
 #include <pass/device-notifier.h>
-#include <pass/pass-hal.h>
 
 #include "pass.h"
 #include "pass-rescon.h"