Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
louis-6wind committed Jan 11, 2024
1 parent ab11d1f commit 0c10659
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion bfdd/bfd_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <linux/if_packet.h>
#endif /* BFD_LINUX */

#include <netinet/if_ether.h>
#include <netinet/udp.h>

#include "lib/sockopt.h"
Expand Down
1 change: 0 additions & 1 deletion isisd/isis_bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <fcntl.h>

#if ISIS_METHOD == ISIS_METHOD_BPF
#include <netinet/if_ether.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <net/bpf.h>
Expand Down
5 changes: 0 additions & 5 deletions isisd/isis_circuit.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
* Institute of Communications Engineering
*/
#include <zebra.h>
#ifdef GNU_LINUX
#include <net/ethernet.h>
#else
#include <netinet/if_ether.h>
#endif

#include "log.h"
#include "memory.h"
Expand Down
1 change: 0 additions & 1 deletion isisd/isis_dlpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <zebra.h>
#if ISIS_METHOD == ISIS_METHOD_DLPI
#include <netinet/if_ether.h>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
Expand Down
1 change: 0 additions & 1 deletion nhrpd/netlink_arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#endif

#include <fcntl.h>
#include <netinet/if_ether.h>
#include <linux/netlink.h>
#include <linux/neighbour.h>
#include <linux/netfilter/nfnetlink_log.h>
Expand Down
1 change: 0 additions & 1 deletion vrrpd/vrrp_arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <linux/if_packet.h>
#include <net/if_arp.h>
#include <netinet/if_ether.h>

#include "lib/if.h"
#include "lib/linklist.h"
Expand Down

0 comments on commit 0c10659

Please sign in to comment.