mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[I8042PRT]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61877
This commit is contained in:
parent
9bda77c266
commit
1f5cc0b90b
3 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
|||
#include <ntifs.h>
|
||||
#include <kbdmou.h>
|
||||
#include <ntdd8042.h>
|
||||
#include <ntddkbd.h>
|
||||
#include <bugcodes.h>
|
||||
#include <poclass.h>
|
||||
#include <kdfuncs.h>
|
||||
|
||||
/*-----------------------------------------------------
|
||||
* Structures
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
#include "i8042prt.h"
|
||||
|
||||
#include <poclass.h>
|
||||
#include <ndk/kdfuncs.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static IO_COMPLETION_ROUTINE ForwardIrpAndWaitCompletion;
|
||||
|
||||
static NTSTATUS NTAPI
|
||||
|
|
Loading…
Reference in a new issue