From c0789864adda4506b65b837e11683425911f04cc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 27 Jul 2011 13:07:32 +0000 Subject: [PATCH] [NTOSKRNL] * Get buildno.h out of the PCH. svn path=/trunk/; revision=52922 --- reactos/ntoskrnl/ex/init.c | 1 + reactos/ntoskrnl/include/ntoskrnl.h | 1 - reactos/ntoskrnl/kd/kdio.c | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/init.c b/reactos/ntoskrnl/ex/init.c index ab2283d58aa..b0e93126d07 100644 --- a/reactos/ntoskrnl/ex/init.c +++ b/reactos/ntoskrnl/ex/init.c @@ -10,6 +10,7 @@ /* INCLUDES ******************************************************************/ #include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h index 667c83738cf..84937f2168d 100644 --- a/reactos/ntoskrnl/include/ntoskrnl.h +++ b/reactos/ntoskrnl/include/ntoskrnl.h @@ -51,7 +51,6 @@ #include /* ReactOS Headers */ -#include #include /* SetupLDR Support */ diff --git a/reactos/ntoskrnl/kd/kdio.c b/reactos/ntoskrnl/kd/kdio.c index 5dc2ee39858..ee41ccbeaa3 100644 --- a/reactos/ntoskrnl/kd/kdio.c +++ b/reactos/ntoskrnl/kd/kdio.c @@ -10,6 +10,7 @@ /* INCLUDES ******************************************************************/ #include +#include #include /* GLOBALS *******************************************************************/