From: Amine Khaldi Date: Mon, 3 Feb 2014 10:58:33 +0000 (+0000) Subject: [HAL] X-Git-Tag: ReactOS-0.3.16-CLT2014~334 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a69a0b32446e20f38be3da689f3b1b1116010a2c [HAL] * Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61956 --- diff --git a/reactos/hal/halx86/generic/drive.c b/reactos/hal/halx86/generic/drive.c index fc489c9c8d6..f08edc493d4 100644 --- a/reactos/hal/halx86/generic/drive.c +++ b/reactos/hal/halx86/generic/drive.c @@ -9,6 +9,9 @@ /* INCLUDES ******************************************************************/ #include + +#include + #define NDEBUG #include diff --git a/reactos/hal/halx86/include/hal.h b/reactos/hal/halx86/include/hal.h index ddf7518f2a8..ad0f7527a4b 100644 --- a/reactos/hal/halx86/include/hal.h +++ b/reactos/hal/halx86/include/hal.h @@ -24,8 +24,6 @@ /* IFS/DDK/NDK Headers */ #include -#include -#include #include #include