[BLUE] Improve includes.

This commit is contained in:
Hermès Bélusca-Maïto 2019-12-14 18:22:49 +01:00
parent d684f90632
commit 45b655ec3a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 3 additions and 4 deletions

View file

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

View file

@ -9,7 +9,7 @@
#ifndef _BLUE_PCH_ #ifndef _BLUE_PCH_
#define _BLUE_PCH_ #define _BLUE_PCH_
#include <wdm.h> #include <ntifs.h>
#define TAG_BLUE 'EULB' #define TAG_BLUE 'EULB'
@ -54,7 +54,6 @@ typedef struct tagCONSOLE_CURSOR_INFO
#define ENABLE_WRAP_AT_EOL_OUTPUT 0x0002 #define ENABLE_WRAP_AT_EOL_OUTPUT 0x0002
#include <blue/ntddblue.h> #include <blue/ntddblue.h>
#include <ndk/inbvfuncs.h>
/* /*
* Color attributes for text and screen background * Color attributes for text and screen background

View file

@ -10,8 +10,7 @@
/* INCLUDES ***************************************************************/ /* INCLUDES ***************************************************************/
#include "blue.h" #include "blue.h"
#include <ndk/rtlfuncs.h>
#include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>