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

svn path=/trunk/; revision=61767
This commit is contained in:
Amine Khaldi
2014-01-23 11:28:58 +00:00
parent f91ac77f24
commit fbecb771e6
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -28,6 +28,8 @@
#include "precomp.h"
#include <winbase.h>
#define NDEBUG
#include <debug.h>
+1 -4
View File
@@ -1,7 +1,6 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#define NTOS_MODE_USER
#include <ndk/umtypes.h>
@@ -14,9 +13,7 @@ typedef VOID
(WINAPI *PINTERFACE_DEREFERENCE)(
PVOID Context);
//#include <hidusage.h>
#include <hidclass.h>
//#include <hidpi.h>
extern HINSTANCE hDllInstance;
extern const GUID HidClassGuid;