diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 10:22:48 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-03 16:30:32 +0100 |
commit | 92133d287842dbd7c6d5efc8bd850a47221ebddd (patch) | |
tree | 75ad67dfa4789de1ea9eed4939cdf65ded8d7061 /src/udev/udev-ctrl.c | |
parent | tree-wide: drop mntent.h when fstab-util.h is included (diff) | |
download | systemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.xz systemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.zip |
tree-wide: drop socket.h when socket-util.h is included
Diffstat (limited to 'src/udev/udev-ctrl.c')
-rw-r--r-- | src/udev/udev-ctrl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udev-ctrl.c b/src/udev/udev-ctrl.c index f1befc7304..b8c0d83a02 100644 --- a/src/udev/udev-ctrl.c +++ b/src/udev/udev-ctrl.c @@ -13,7 +13,6 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> -#include <sys/socket.h> #include <sys/un.h> #include <unistd.h> |