[FREELDR] Remove unnecessary includes and deprecated defines.

This commit is contained in:
Hermès Bélusca-Maïto 2022-03-08 04:47:09 +01:00
parent 46db6573ab
commit ec1def3f31
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 0 additions and 7 deletions

View file

@ -10,8 +10,6 @@
#include <ntoskrnl.h>
#include <debug.h>
/* FUNCTIONS *****************************************************************/
NTSTATUS

View file

@ -15,7 +15,6 @@ DBG_DEFAULT_CHANNEL(SCSIPORT);
#define _SCSIPORT_
#include <ntddk.h>
#include <srb.h>
#include <scsi.h>
#include <ntddscsi.h>

View file

@ -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>