[HAL]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:58:33 +0000 (10:58 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:58:33 +0000 (10:58 +0000)
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61956

reactos/hal/halx86/generic/drive.c
reactos/hal/halx86/include/hal.h

index fc489c9..f08edc4 100644 (file)
@@ -9,6 +9,9 @@
 /* INCLUDES ******************************************************************/
 
 #include <hal.h>
+
+#include <ntdddisk.h>
+
 #define NDEBUG
 #include <debug.h>
 
index ddf7518..ad0f752 100644 (file)
@@ -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>