diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2022-02-22 01:15:03 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2022-02-22 01:15:03 +0000 |
commit | ee20b913ca71547bc9a6cfd7e249cad6c27573dd (patch) | |
tree | a806a4974e3ceeba3e682c02d3ed117f89692184 /sys/net/if_pppx.c | |
parent | c38c5711c2e4cbdec0c0ec5c9bf50ec1fa6f6b73 (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/net/if_pppx.c')
-rw-r--r-- | sys/net/if_pppx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_pppx.c b/sys/net/if_pppx.c index 00e6bd937fd..d64f6b5fc61 100644 --- a/sys/net/if_pppx.c +++ b/sys/net/if_pppx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pppx.c,v 1.113 2021/12/30 14:25:39 anton Exp $ */ +/* $OpenBSD: if_pppx.c,v 1.114 2022/02/22 01:15:02 guenther Exp $ */ /* * Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org> @@ -53,7 +53,6 @@ #include <sys/pool.h> #include <sys/mbuf.h> #include <sys/errno.h> -#include <sys/protosw.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/vnode.h> |