mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[HAL]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61956
This commit is contained in:
parent
9e9524b559
commit
a69a0b3244
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,9 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <hal.h>
|
||||
|
||||
#include <ntdddisk.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
/* IFS/DDK/NDK Headers */
|
||||
#include <ntifs.h>
|
||||
#include <bugcodes.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <arc/arc.h>
|
||||
|
||||
#include <ndk/asm.h>
|
||||
|
|
Loading…
Reference in a new issue