From 04acd45a575370364339cd2d71e5e60dcc1e6ea6 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 15 Jan 2012 19:10:19 +0000 Subject: [PATCH] [DDK] * Don't include wdm.h twice in portcls.h. svn path=/trunk/; revision=54978 --- reactos/include/ddk/portcls.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/include/ddk/portcls.h b/reactos/include/ddk/portcls.h index 226073aca5b..8300ddd41ef 100644 --- a/reactos/include/ddk/portcls.h +++ b/reactos/include/ddk/portcls.h @@ -144,14 +144,6 @@ extern "C" { #include #include -#ifdef __cplusplus -extern "C" { -#include -} -#else -#include -#endif - #ifndef PC_NO_IMPORTS #define PORTCLASSAPI EXTERN_C __declspec(dllimport) #else