diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 18:22:48 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-04 00:30:32 +0900 |
commit | 92133d287842dbd7c6d5efc8bd850a47221ebddd (patch) | |
tree | 75ad67dfa4789de1ea9eed4939cdf65ded8d7061 /src/udev/udevd.c | |
parent | af760d85c3fa6386b71a64d038cd8eb9f9ff75cf (diff) | |
download | systemd-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.c | 1 |
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> |