resourced: Remove unused includes 37/287337/2
authorSangYoun Kwak <sy.kwak@samsung.com>
Fri, 27 Jan 2023 02:09:08 +0000 (11:09 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Fri, 27 Jan 2023 02:52:34 +0000 (11:52 +0900)
Some unused includings in the source file of resourced were removed.

Change-Id: Ica3cba7d8cf8a6bc7408d9403562d6d8ed82c06f
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
src/resourced/init.c

index 3d962a7..73bf158 100644 (file)
 #include "module.h"
 #include "module-data.h"
 #include "proc-main.h"
-#include "proc-monitor.h"
 #include "swap-common.h"
 #include "trace.h"
 #include "file-helper.h"
 #include "procfs.h"
-#include "cpu-cgroup.h"
 #include "watchdog-cgroup.h"
-#include "fd-handler.h"
 #include "notifier.h"
 #include "cpu-common.h"
 
 #include <dirent.h>
 #include <dlfcn.h>
 #include <glib.h>
-#include <getopt.h>
 #include <signal.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <sys/time.h>
-#include <sys/resource.h>
 
 
 static int restarted = false;