summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-04 13:41:37 +0100
committerGitHub <noreply@github.com>2019-11-04 13:41:37 +0100
commita859abf062cef1511e4879c4ee39c6036ebeaec8 (patch)
treefca2f528a1cc0293ba28e478be7e87cecbdf354d /src/udev/udevd.c
parentf9f1d01cbd19d5396656e8a4caaaa4ab59d464fc (diff)
parent146ca45902d7089c79bdf252d1590a1f15238162 (diff)
downloadsystemd-a859abf062cef1511e4879c4ee39c6036ebeaec8.tar.gz
Merge pull request #13906 from yuwata/drop-missing-take2
tree-wide: drop xxx.h when xxx-util.h is included
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index cb5123042a..0ae61c1e8b 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -8,12 +8,10 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
-#include <signal.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/epoll.h>
#include <sys/file.h>
#include <sys/inotify.h>
@@ -21,7 +19,6 @@
#include <sys/mount.h>
#include <sys/prctl.h>
#include <sys/signalfd.h>
-#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/wait.h>