[NTFS] - Add some fixes and improvements to attribute.c from CR-123:
[reactos.git] / drivers / input / kbdclass / kbdclass.h
index fd92082..6041dad 100644 (file)
@@ -1,10 +1,8 @@
+#ifndef _KBDCLASS_PCH_
+#define _KBDCLASS_PCH_
+
 #include <ntifs.h>
-#include <kbdmou.h>
 #include <ntddkbd.h>
-#include <stdio.h>
-#include <pseh/pseh2.h>
-
-#include <debug.h>
 
 #define MAX_PATH 260
 
@@ -81,3 +79,5 @@ DuplicateUnicodeString(
        IN ULONG Flags,
        IN PCUNICODE_STRING SourceString,
        OUT PUNICODE_STRING DestinationString);
+
+#endif /* _KBDCLASS_PCH_ */