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

svn path=/trunk/; revision=61977
This commit is contained in:
Amine Khaldi 2014-02-04 11:08:27 +00:00
parent e052e04e03
commit 401e1bb7c0
2 changed files with 6 additions and 6 deletions

View file

@ -29,6 +29,8 @@
#include "vbemp.h"
#include <devioctl.h>
#undef LOWORD
#undef HIWORD
#define LOWORD(l) ((USHORT)((ULONG_PTR)(l)))

View file

@ -20,12 +20,10 @@
/* INCLUDES *******************************************************************/
#include "ntdef.h"
#include "dderror.h"
#include "devioctl.h"
#include "miniport.h"
#include "ntddvdeo.h"
#include "video.h"
#include <ntdef.h>
#include <dderror.h>
#include <miniport.h>
#include <video.h>
#define TAG_VBE ' EBV'