mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[FREELDR] Remove unnecessary includes and deprecated defines.
This commit is contained in:
parent
46db6573ab
commit
ec1def3f31
3 changed files with 0 additions and 7 deletions
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include <ntoskrnl.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS
|
||||
|
|
|
@ -15,7 +15,6 @@ DBG_DEFAULT_CHANNEL(SCSIPORT);
|
|||
|
||||
#define _SCSIPORT_
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <srb.h>
|
||||
#include <scsi.h>
|
||||
#include <ntddscsi.h>
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include <ntdef.h>
|
||||
#undef _NTHAL_
|
||||
//#undef DECLSPEC_IMPORT
|
||||
//#define DECLSPEC_IMPORT
|
||||
#undef NTSYSAPI
|
||||
#define NTSYSAPI
|
||||
|
||||
|
@ -17,8 +15,6 @@
|
|||
#include <ntddk.h>
|
||||
#include <ndk/haltypes.h>
|
||||
|
||||
//typedef GUID UUID;
|
||||
|
||||
/* Disk stuff */
|
||||
#include <arc/arc.h>
|
||||
#include <ntdddisk.h>
|
||||
|
|
Loading…
Reference in a new issue