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_iwm.c | |
parent | 5722c9ff9739e866a4937ee9a2dd5a8600ee53cf (diff) |
remove unneeded includes; ok miod@
Diffstat (limited to 'sys/dev/pci/if_iwm.c')
-rw-r--r-- | sys/dev/pci/if_iwm.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_iwm.c b/sys/dev/pci/if_iwm.c index f299e477e72..80bb9e7c972 100644 --- a/sys/dev/pci/if_iwm.c +++ b/sys/dev/pci/if_iwm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwm.c,v 1.415 2024/04/13 23:44:11 jsg Exp $ */ +/* $OpenBSD: if_iwm.c,v 1.416 2024/05/24 06:02:53 jsg Exp $ */ /* * Copyright (c) 2014, 2016 genua gmbh <info@genua.de> @@ -109,12 +109,8 @@ #include "bpfilter.h" #include <sys/param.h> -#include <sys/conf.h> -#include <sys/kernel.h> #include <sys/malloc.h> #include <sys/mbuf.h> -#include <sys/mutex.h> -#include <sys/proc.h> #include <sys/rwlock.h> #include <sys/socket.h> #include <sys/sockio.h> @@ -134,7 +130,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> |