MFC: r208348

Remove unnecessary headers which were inherited from cam_xpt.c without
reason.

Reviewed by:	mav
This commit is contained in:
Marius Strobl 2010-05-23 11:20:26 +00:00
parent 158355ef99
commit 7c19d58f37
2 changed files with 0 additions and 8 deletions

View file

@ -44,10 +44,6 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/sysctl.h>
#ifdef PC98
#include <pc98/pc98/pc98_machdep.h> /* geometry translation */
#endif
#include <cam/cam.h>
#include <cam/cam_ccb.h>
#include <cam/cam_queue.h>

View file

@ -47,10 +47,6 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/sysctl.h>
#ifdef PC98
#include <pc98/pc98/pc98_machdep.h> /* geometry translation */
#endif
#include <cam/cam.h>
#include <cam/cam_ccb.h>
#include <cam/cam_queue.h>