From 127d03729b8ea34cdd8615f00ff06d81823e8f27 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 3 Jan 2014 10:22:05 +0000 Subject: [PATCH] [HIDPARSE] * Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61494 --- reactos/drivers/hid/hidparse/hidparse.c | 3 +++ reactos/drivers/hid/hidparse/hidparse.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/hid/hidparse/hidparse.c b/reactos/drivers/hid/hidparse/hidparse.c index 89e18a5f5a6..0fc78430fb5 100644 --- a/reactos/drivers/hid/hidparse/hidparse.c +++ b/reactos/drivers/hid/hidparse/hidparse.c @@ -10,6 +10,9 @@ #include "hidparse.h" +#define NDEBUG +#include + PVOID NTAPI AllocFunction( diff --git a/reactos/drivers/hid/hidparse/hidparse.h b/reactos/drivers/hid/hidparse/hidparse.h index 5aa4c6ef716..c3602a33000 100644 --- a/reactos/drivers/hid/hidparse/hidparse.h +++ b/reactos/drivers/hid/hidparse/hidparse.h @@ -5,8 +5,6 @@ #include #include #include -#define NDEBUG -//#include #include "hidparser.h" #include