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/shared/firewall-util.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/shared/firewall-util.c')
-rw-r--r-- | src/shared/firewall-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/firewall-util.c b/src/shared/firewall-util.c index c142b2e9a1..4d4d615bb7 100644 --- a/src/shared/firewall-util.c +++ b/src/shared/firewall-util.c @@ -10,7 +10,6 @@ #include <errno.h> #include <stddef.h> #include <string.h> -#include <sys/socket.h> #include <net/if.h> #ifndef IFNAMSIZ #define IFNAMSIZ 16 |