mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
MFC: r208348
Remove unnecessary headers which were inherited from cam_xpt.c without reason. Reviewed by: mav
This commit is contained in:
parent
158355ef99
commit
7c19d58f37
2 changed files with 0 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue