summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvideo.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 03:58:04 +0000
commitc7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (patch)
treefbb2c7bf2e2955c519611a3e0b07fd4bb22fcc22 /sys/dev/usb/uvideo.c
parent4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (diff)
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/uvideo.c')
-rw-r--r--sys/dev/usb/uvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 5f71f7d867d..85d9c49307b 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.168 2013/03/28 03:31:56 tedu Exp $ */
+/* $OpenBSD: uvideo.c,v 1.169 2013/03/28 03:58:03 tedu Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -26,7 +26,6 @@
#include <sys/tty.h>
#include <sys/file.h>
#include <sys/selinfo.h>
-#include <sys/proc.h>
#include <sys/lock.h>
#include <sys/stat.h>
#include <sys/device.h>