From 3f46d73994f007dbf3e85fd1a2ae22aba8ce459e Mon Sep 17 00:00:00 2001 From: marekm72 <35698605+marekm72@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:42:10 +0100 Subject: Refactor ARP header includes in arp.c Replaced conditional inclusion of if_arp.h and if_packet.h with direct includes. --- accel-pppd/ctrl/ipoe/arp.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'accel-pppd/ctrl') diff --git a/accel-pppd/ctrl/ipoe/arp.c b/accel-pppd/ctrl/ipoe/arp.c index ef9d3859..a6ca5b13 100644 --- a/accel-pppd/ctrl/ipoe/arp.c +++ b/accel-pppd/ctrl/ipoe/arp.c @@ -13,10 +13,8 @@ #include #include #include -#ifdef HAVE_GOOD_IFARP -#include -#endif -#include +#include +#include #include "list.h" #include "triton.h" -- cgit v1.2.3