include of netinet/in.h here is incorrect, because net/route.h will pull
authorderaadt <deraadt@openbsd.org>
Tue, 2 Mar 2021 17:50:41 +0000 (17:50 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 2 Mar 2021 17:50:41 +0000 (17:50 +0000)
excessive types into scope.
ok claudio

sys/net/art.h

index e2f1659..a350920 100644 (file)
@@ -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 <sys/rwlock.h>
 #include <sys/srp.h>
-#include <netinet/in.h>
 
 #define ART_MAXLVL     32      /* We currently use 32 levels for IPv6. */