diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-04-21 08:50:15 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-04-21 08:50:15 +0000 |
commit | a8c9dc09a1a63debc8ee2dda2888247d7b3a7ff9 (patch) | |
tree | 613322c5d88d341f841ca942aa3744e9fcda82ce /sys/dev/usb/udcf.c | |
parent | 9158180989141e59537bf52f00db213e3f21a751 (diff) |
Remove unused header files.
Diffstat (limited to 'sys/dev/usb/udcf.c')
-rw-r--r-- | sys/dev/usb/udcf.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c index 85bbc7beb5e..da07d367883 100644 --- a/sys/dev/usb/udcf.c +++ b/sys/dev/usb/udcf.c @@ -1,7 +1,7 @@ -/* $OpenBSD: udcf.c,v 1.30 2007/03/22 16:55:31 deraadt Exp $ */ +/* $OpenBSD: udcf.c,v 1.31 2007/04/21 08:50:14 mbalmer Exp $ */ /* - * Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> + * Copyright (c) 2006, 2007 Marc Balmer <mbalmer@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,13 +19,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/conf.h> -#include <sys/file.h> -#include <sys/select.h> -#include <sys/proc.h> -#include <sys/vnode.h> -#include <sys/device.h> -#include <sys/poll.h> #include <sys/time.h> #include <sys/sensors.h> |