[NTOSKRNL]

* Get buildno.h out of the PCH.

svn path=/trunk/; revision=52922
This commit is contained in:
Amine Khaldi 2011-07-27 13:07:32 +00:00
parent 11b5e19137
commit c0789864ad
3 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include <reactos/buildno.h>
#define NDEBUG
#include <debug.h>

View file

@ -51,7 +51,6 @@
#include <pseh/pseh2.h>
/* ReactOS Headers */
#include <reactos/buildno.h>
#include <reactos/bugcodes.h>
/* SetupLDR Support */

View file

@ -10,6 +10,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include <reactos/buildno.h>
#include <debug.h>
/* GLOBALS *******************************************************************/