From e6b430c14e1ebcdf9b3d65f6e90661784f901b8c Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Tue, 8 May 2007 23:13:21 +0100 Subject: [PATCH] mcicda: Exclude unused headers. --- dlls/mcicda/mcicda.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/mcicda/mcicda.c b/dlls/mcicda/mcicda.c index 5ec14e8c1c0..66acc5b66dd 100644 --- a/dlls/mcicda/mcicda.c +++ b/dlls/mcicda/mcicda.c @@ -25,7 +25,6 @@ #include #include -#include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" #include "winbase.h" @@ -34,7 +33,6 @@ #include "wownt32.h" #include "mmddk.h" #include "winioctl.h" -#include "ntddstor.h" #include "ntddcdrm.h" #include "winternl.h" #include "wine/debug.h"