summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udav.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-23 03:21:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-23 03:21:10 +0000
commita5be2eac734732163bed30ce440b850702881d40 (patch)
tree81be12c0bc325fdebf17a20e1c0c81354fc290fe /sys/dev/usb/if_udav.c
parent06ad7bcbd397518bfe4f93d4cbc6759473f204fa (diff)
remove unneeded includes; ok mpi@
Diffstat (limited to 'sys/dev/usb/if_udav.c')
-rw-r--r--sys/dev/usb/if_udav.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c
index 156ddde4639..5ca68ddde83 100644
--- a/sys/dev/usb/if_udav.c
+++ b/sys/dev/usb/if_udav.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_udav.c,v 1.85 2021/08/09 07:21:48 jmatthew Exp $ */
+/* $OpenBSD: if_udav.c,v 1.86 2024/05/23 03:21:09 jsg Exp $ */
/* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */
/* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */
/*
@@ -51,8 +51,6 @@
#include <sys/systm.h>
#include <sys/rwlock.h>
#include <sys/mbuf.h>
-#include <sys/kernel.h>
-#include <sys/socket.h>
#include <sys/device.h>