From: deraadt Date: Tue, 2 Mar 2021 17:50:41 +0000 (+0000) Subject: include of netinet/in.h here is incorrect, because net/route.h will pull X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dc6fd240183532a9d568e55bd7298fb625beefce;p=openbsd include of netinet/in.h here is incorrect, because net/route.h will pull excessive types into scope. ok claudio --- diff --git a/sys/net/art.h b/sys/net/art.h index e2f1659df96..a3509206f85 100644 --- a/sys/net/art.h +++ b/sys/net/art.h @@ -1,4 +1,4 @@ -/* $OpenBSD: art.h,v 1.20 2020/11/12 15:25:28 mpi Exp $ */ +/* $OpenBSD: art.h,v 1.21 2021/03/02 17:50:41 deraadt Exp $ */ /* * Copyright (c) 2015 Martin Pieuchot @@ -21,7 +21,6 @@ #include #include -#include #define ART_MAXLVL 32 /* We currently use 32 levels for IPv6. */