Module: wine Branch: master Commit: e6b430c14e1ebcdf9b3d65f6e90661784f901b8c URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6b430c14e1ebcdf9b3d65f6e9...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue May 8 23:13:21 2007 +0100
mcicda: Exclude unused headers.
---
dlls/mcicda/mcicda.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/mcicda/mcicda.c b/dlls/mcicda/mcicda.c index 5ec14e8..66acc5b 100644 --- a/dlls/mcicda/mcicda.c +++ b/dlls/mcicda/mcicda.c @@ -25,7 +25,6 @@ #include <stdio.h> #include <string.h>
-#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"