From a69a0b32446e20f38be3da689f3b1b1116010a2c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 3 Feb 2014 10:58:33 +0000 Subject: [PATCH] [HAL] * 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 | 3 +++ reactos/hal/halx86/include/hal.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.17.1