From fbecb771e603bed8ea751da92c231a172dac98b6 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 23 Jan 2014 11:28:58 +0000 Subject: [PATCH] [HID] * 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 --- reactos/dll/win32/hid/hid.c | 2 ++ reactos/dll/win32/hid/precomp.h | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/reactos/dll/win32/hid/hid.c b/reactos/dll/win32/hid/hid.c index 47f450d2ee9..a73b9e592a0 100644 --- a/reactos/dll/win32/hid/hid.c +++ b/reactos/dll/win32/hid/hid.c @@ -28,6 +28,8 @@ #include "precomp.h" +#include + #define NDEBUG #include diff --git a/reactos/dll/win32/hid/precomp.h b/reactos/dll/win32/hid/precomp.h index a9d6b1dcacc..0f39db1beb2 100644 --- a/reactos/dll/win32/hid/precomp.h +++ b/reactos/dll/win32/hid/precomp.h @@ -1,7 +1,6 @@ #include + #define WIN32_NO_STATUS -#include -#include #define NTOS_MODE_USER #include @@ -14,9 +13,7 @@ typedef VOID (WINAPI *PINTERFACE_DEREFERENCE)( PVOID Context); -//#include #include -//#include extern HINSTANCE hDllInstance; extern const GUID HidClassGuid;