Date: Thu, 14 Sep 2006 21:04:57 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 106120 for review Message-ID: <200609142104.k8EL4v2V076128@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106120 Change 106120 by hselasky@hselasky_mini_itx on 2006/09/14 21:04:29 Remove extra header files. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/ulpt.c#14 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/ulpt.c#14 (text+ko) ==== @@ -46,13 +46,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> -#include <sys/ioccom.h> -#include <sys/filio.h> -#include <sys/tty.h> -#include <sys/file.h> -#include <sys/vnode.h> -#include <sys/poll.h> +#include <sys/fcntl.h> #include <sys/syslog.h> #include <dev/usb/usb_port.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609142104.k8EL4v2V076128>