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/libsystemd-network/dhcp-network.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/libsystemd-network/dhcp-network.c')
-rw-r--r-- | src/libsystemd-network/dhcp-network.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-network.c b/src/libsystemd-network/dhcp-network.c index 8e7f8a65ab..f48e7c3490 100644 --- a/src/libsystemd-network/dhcp-network.c +++ b/src/libsystemd-network/dhcp-network.c @@ -9,7 +9,6 @@ #include <net/if_arp.h> #include <stdio.h> #include <string.h> -#include <sys/socket.h> #include <linux/filter.h> #include <linux/if_infiniband.h> #include <linux/if_packet.h> |