* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61942
This commit is contained in:
Amine Khaldi 2014-02-03 10:33:35 +00:00
parent bc5311786f
commit 6a9e463133
3 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,6 @@
/* INCLUDES ******************************************************************/
//#include <intrin.h>
#include "blue.h"
#define NDEBUG

View file

@ -6,9 +6,7 @@
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)
*/
/* DEFINITIONS ***************************************************************/
#include <ntddk.h>
#include <wdm.h>
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;

View file

@ -10,9 +10,10 @@
/* INCLUDES ***************************************************************/
#include <ntddk.h>
#include "blue.h"
#include <ntddk.h>
#define NDEBUG
#include <debug.h>
@ -256,4 +257,3 @@ LoadFont(PUCHAR Bitplane, PUCHAR FontBitfield)
}
}
}