summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:22:48 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit92133d287842dbd7c6d5efc8bd850a47221ebddd (patch)
tree75ad67dfa4789de1ea9eed4939cdf65ded8d7061 /src/udev/udevd.c
parentaf760d85c3fa6386b71a64d038cd8eb9f9ff75cf (diff)
downloadsystemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.gz
systemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.bz2
systemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.zip
tree-wide: drop socket.h when socket-util.h is included
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index e635e5b110..867422ad36 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -20,7 +20,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>