* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61980
This commit is contained in:
Amine Khaldi 2014-02-04 16:46:41 +00:00
parent 401e1bb7c0
commit 931e993a35
4 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,7 @@
#include "vgamp.h"
#include "vgavideo.h"
static VGA_REGISTERS Mode12Regs =
{
/* CRT Controller Registers */

View file

@ -7,6 +7,9 @@
#include "vgamp.h"
#include <dderror.h>
#include <devioctl.h>
// ------------------------------------------------------- Public Interface
// DriverEntry

View file

@ -23,13 +23,9 @@
/* INCLUDES *******************************************************************/
#include "ntdef.h"
#include "dderror.h"
#include "devioctl.h"
#include "miniport.h"
#include "ntddvdeo.h"
#include "video.h"
#include "vgavideo.h"
#include <ntdef.h>
#include <miniport.h>
#include <video.h>
#define UNIMPLEMENTED \
VideoPortDebugPrint(Error, "WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__);

View file

@ -1,3 +1,4 @@
#pragma once
#define VGA_NORMAL 0
#define VGA_AND 8