mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[CDROM]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61943
This commit is contained in:
parent
6a9e463133
commit
e35722df39
4 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
include_directories(..)
|
include_directories(${REACTOS_SOURCE_DIR}/drivers/storage/class)
|
||||||
|
|
||||||
add_library(cdrom SHARED cdrom.c findscsi.c cdrom.rc)
|
add_library(cdrom SHARED cdrom.c findscsi.c cdrom.rc)
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,13 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <ntddk.h>
|
||||||
|
#include <scsi.h>
|
||||||
|
#include <ntdddisk.h>
|
||||||
|
#include <ntddcdrm.h>
|
||||||
|
#include <include/class2.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
//#define NDEBUG
|
//#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
|
@ -306,4 +306,3 @@ FindScsiAdapter (
|
||||||
#endif
|
#endif
|
||||||
return (STATUS_OBJECT_PATH_NOT_FOUND);
|
return (STATUS_OBJECT_PATH_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,2 @@
|
||||||
#include <ntddk.h>
|
#include <ntdef.h>
|
||||||
#include <scsi.h>
|
#include <ntstatus.h>
|
||||||
#include <ntddscsi.h>
|
|
||||||
#include <ntdddisk.h>
|
|
||||||
#include <ntddcdrm.h>
|
|
||||||
#include <include/class2.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue