[HIDPARSER]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 17:32:34 +0000 (17:32 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 3 Feb 2014 17:32:34 +0000 (17:32 +0000)
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61963

reactos/lib/drivers/hidparser/hidparser.h
reactos/lib/drivers/hidparser/parser.h

index 4b647e9..636fd66 100644 (file)
 
 #pragma once
 
-#define _HIDPI_
-#define _HIDPI_NO_FUNCTION_MACROS_
-#include <ntddk.h>
-#include <hidpddi.h>
-#include <hidpi.h>
-
 //
 // function prototypes
 //
index a85b3b3..6e81bc0 100644 (file)
@@ -1,10 +1,12 @@
-
 #pragma once
-#include <ntddk.h>
-#include <assert.h>
+
+#include <wdm.h>
 #include <pshpack1.h>
+#define _HIDPI_
+#define _HIDPI_NO_FUNCTION_MACROS_
+#include <hidpddi.h>
+
 #include "hidparser.h"
-#include <ntddkbd.h>
 
  /*
   * Copyright 2007, Haiku, Inc. All Rights Reserved.