summaryrefslogtreecommitdiff
path: root/sys/netmpls
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-02-22 01:15:03 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-02-22 01:15:03 +0000
commitee20b913ca71547bc9a6cfd7e249cad6c27573dd (patch)
treea806a4974e3ceeba3e682c02d3ed117f89692184 /sys/netmpls
parentc38c5711c2e4cbdec0c0ec5c9bf50ec1fa6f6b73 (diff)
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
net/if_pppx.c pointed out by jsg@ ok gnezdo@ deraadt@ jsg@ mpi@ millert@
Diffstat (limited to 'sys/netmpls')
-rw-r--r--sys/netmpls/mpls_proto.c3
-rw-r--r--sys/netmpls/mpls_raw.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/netmpls/mpls_proto.c b/sys/netmpls/mpls_proto.c
index 0124488be24..09c8ffcff5b 100644
--- a/sys/netmpls/mpls_proto.c
+++ b/sys/netmpls/mpls_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_proto.c,v 1.19 2021/05/25 22:45:10 bluhm Exp $ */
+/* $OpenBSD: mpls_proto.c,v 1.20 2022/02/22 01:15:02 guenther Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -32,7 +32,6 @@
#include <sys/param.h>
#include <sys/socket.h>
-#include <sys/protosw.h>
#include <sys/domain.h>
#include <sys/mbuf.h>
diff --git a/sys/netmpls/mpls_raw.c b/sys/netmpls/mpls_raw.c
index d663eceff61..8aaaf757cde 100644
--- a/sys/netmpls/mpls_raw.c
+++ b/sys/netmpls/mpls_raw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_raw.c,v 1.18 2020/08/19 19:22:53 gnezdo Exp $ */
+/* $OpenBSD: mpls_raw.c,v 1.19 2022/02/22 01:15:02 guenther Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/errno.h>
-#include <sys/protosw.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>