mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[VBEMP]
* 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:
parent
e052e04e03
commit
401e1bb7c0
2 changed files with 6 additions and 6 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include "vbemp.h"
|
||||
|
||||
#include <devioctl.h>
|
||||
|
||||
#undef LOWORD
|
||||
#undef HIWORD
|
||||
#define LOWORD(l) ((USHORT)((ULONG_PTR)(l)))
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue