mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[BLUE] Improve includes.
This commit is contained in:
parent
d684f90632
commit
45b655ec3a
3 changed files with 3 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "blue.h"
|
||||
#include <ndk/inbvfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef _BLUE_PCH_
|
||||
#define _BLUE_PCH_
|
||||
|
||||
#include <wdm.h>
|
||||
#include <ntifs.h>
|
||||
|
||||
#define TAG_BLUE 'EULB'
|
||||
|
||||
|
@ -54,7 +54,6 @@ typedef struct tagCONSOLE_CURSOR_INFO
|
|||
#define ENABLE_WRAP_AT_EOL_OUTPUT 0x0002
|
||||
|
||||
#include <blue/ntddblue.h>
|
||||
#include <ndk/inbvfuncs.h>
|
||||
|
||||
/*
|
||||
* Color attributes for text and screen background
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
/* INCLUDES ***************************************************************/
|
||||
|
||||
#include "blue.h"
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Reference in a new issue