resource-monitor: Remove unused includes
authorSangYoun Kwak <sy.kwak@samsung.com>
Fri, 27 Jan 2023 02:20:47 +0000 (11:20 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 27 Jan 2023 03:05:29 +0000 (12:05 +0900)
Some unused includings in the source file of resource-monitor were
removed.

Change-Id: I2584f083cf00482d3eef121afe6006f13112618b
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
(cherry picked from commit ede5cbb948892c9c406accafbac784829b0e0f3d)

src/resource-monitor/heart-abnormal.c
src/resource-monitor/heart-battery.c
src/resource-monitor/heart-cpu.c
src/resource-monitor/heart-dbus.c
src/resource-monitor/heart-storage.c
src/resource-monitor/heart.c
src/resource-monitor/logging.c

index 02554a6998d39c22a154e0b7811c646d4766d783..59b75bd988073f8090cf05d0278d3dcbb38ed904 100644 (file)
@@ -38,7 +38,6 @@
 #include "logging.h"
 #include "heart-common.h"
 #include "trace.h"
-#include "module.h"
 #include "macro.h"
 
 #define ABNORMAL_NAME                          "abnormal"
index 4c5b9b676e510bcce8608394ead754e8392fca02..b223e5ccaab6451b41e848df5e0caa96b8173ce3 100644 (file)
@@ -48,7 +48,6 @@
 #include "config-parser.h"
 #include "trace.h"
 #include "vconf.h"
-#include "module.h"
 #include "macro.h"
 #include "util.h"
 #include "file-helper.h"
index 39bed76695af3d232921e3b691bc628091c5553f..9565d127559b35b488dcb9d4b48491e21b306fcf 100644 (file)
@@ -40,7 +40,6 @@
 #include "logging.h"
 #include "heart-common.h"
 #include "trace.h"
-#include "module.h"
 #include "macro.h"
 #include "userinfo-list.h"
 #include "proc-main.h"
index 45938a8c505d3d828e20e570bffd5d8c9adbb232..8355c415bf83dbfae6495bdb9c4b1fb6ce22c107 100644 (file)
@@ -31,9 +31,7 @@
 #include "dbus-handler.h"
 #include "heart.h"
 #include "logging.h"
-#include "macro.h"
 #include "notifier.h"
-#include "trace.h"
 
 #define MAX_XML_LEN 16384
 
index 42d8f0321b9ec17fd21809dad424cced8b9e309c..6ec3020931d6e5a9cdf035e675d09ece982ad996 100644 (file)
@@ -39,7 +39,6 @@
 #include "notifier.h"
 #include "heart.h"
 #include "logging.h"
-#include "heart-common.h"
 #include "dbus-handler.h"
 #include "proc-common.h"
 
index c0a64b3a119d49b4d363a47872bc1d705e5a1990..37e094c5d113c3ac3d2e532f328e6f3e29ef63c6 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <glib.h>
 
-#include "notifier.h"
 #include "trace.h"
 #include "module.h"
 #include "macro.h"
index e4e9c6f950595ccdff0c53a9483b1c98c65b2cd8..f487752a755a568bbce3f0b69eb84b71678929ce 100644 (file)
@@ -46,8 +46,6 @@
 #include "logging.h"
 #include "resourced.h"
 #include "macro.h"
-#include "module.h"
-#include "config-parser.h"
 #include "notifier.h"
 #include "userinfo-list.h"