diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-24 06:02:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-24 06:02:59 +0000 |
commit | 48030f5214806f67ab1ca8e458d6db2d710fb8f7 (patch) | |
tree | 39bb9a71a8b65a67eebc467257da0ff49d4d02bc /sys/dev/pci/if_myx.c | |
parent | 5722c9ff9739e866a4937ee9a2dd5a8600ee53cf (diff) |
remove unneeded includes; ok miod@
Diffstat (limited to 'sys/dev/pci/if_myx.c')
-rw-r--r-- | sys/dev/pci/if_myx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c index b13d445186d..a332467fb5b 100644 --- a/sys/dev/pci/if_myx.c +++ b/sys/dev/pci/if_myx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_myx.c,v 1.119 2023/11/10 15:51:20 bluhm Exp $ */ +/* $OpenBSD: if_myx.c,v 1.120 2024/05/24 06:02:56 jsg Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -27,14 +27,11 @@ #include <sys/systm.h> #include <sys/sockio.h> #include <sys/mbuf.h> -#include <sys/kernel.h> #include <sys/socket.h> #include <sys/malloc.h> #include <sys/pool.h> #include <sys/timeout.h> #include <sys/device.h> -#include <sys/proc.h> -#include <sys/queue.h> #include <sys/rwlock.h> #include <sys/kstat.h> |