From b93c2c1713edf28815bb4057d04ff2dfb892c307 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 25 Jan 2022 19:03:44 +0100 Subject: passt: Drop include, carry own ipv6hdr and opt_hdr definitions This is the only remaining Linux-specific include -- drop it to avoid clang-tidy warnings and to make code more portable. Signed-off-by: Stefano Brivio --- dhcpv6.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dhcpv6.c') diff --git a/dhcpv6.c b/dhcpv6.c index 5fe7cd0..e4113bc 100644 --- a/dhcpv6.c +++ b/dhcpv6.c @@ -25,8 +25,6 @@ #include #include -#include - #include "util.h" #include "passt.h" #include "tap.h" -- cgit v1.2.3