mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[BLUE]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61942
This commit is contained in:
parent
bc5311786f
commit
6a9e463133
3 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
//#include <intrin.h>
|
||||
#include "blue.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue