From 0629946e655a9e26698bc4a0ebc4c5120d1e95f1 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 30 Apr 2007 21:40:06 +0100 Subject: [PATCH] ddraw: Exclude unused headers. --- dlls/ddraw/ddraw.c | 2 -- dlls/ddraw/ddraw_thunks.c | 2 -- dlls/ddraw/device.c | 2 -- dlls/ddraw/direct3d.c | 2 -- dlls/ddraw/executebuffer.c | 2 -- dlls/ddraw/gamma.c | 2 -- dlls/ddraw/light.c | 2 -- dlls/ddraw/main.c | 2 -- dlls/ddraw/material.c | 2 -- dlls/ddraw/parent.c | 2 -- dlls/ddraw/surface.c | 2 -- dlls/ddraw/texture.c | 2 -- dlls/ddraw/vertexbuffer.c | 2 -- dlls/ddraw/viewport.c | 2 -- 14 files changed, 28 deletions(-) diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c index 25b02d8dca7..17adb274df7 100644 --- a/dlls/ddraw/ddraw.c +++ b/dlls/ddraw/ddraw.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/ddraw_thunks.c b/dlls/ddraw/ddraw_thunks.c index 964466d0283..c832ff7f434 100644 --- a/dlls/ddraw/ddraw_thunks.c +++ b/dlls/ddraw/ddraw_thunks.c @@ -29,11 +29,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c index e7e975d49ae..d26c39d5f12 100644 --- a/dlls/ddraw/device.c +++ b/dlls/ddraw/device.c @@ -39,11 +39,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/direct3d.c b/dlls/ddraw/direct3d.c index 927dcd30a90..ad18bf855dc 100644 --- a/dlls/ddraw/direct3d.c +++ b/dlls/ddraw/direct3d.c @@ -29,11 +29,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/executebuffer.c b/dlls/ddraw/executebuffer.c index 2c064a95761..9dbff68bcae 100644 --- a/dlls/ddraw/executebuffer.c +++ b/dlls/ddraw/executebuffer.c @@ -33,11 +33,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/gamma.c b/dlls/ddraw/gamma.c index b885b819d45..8a8e2dd49da 100644 --- a/dlls/ddraw/gamma.c +++ b/dlls/ddraw/gamma.c @@ -31,11 +31,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/light.c b/dlls/ddraw/light.c index 1eb79619f63..93144d32cf2 100644 --- a/dlls/ddraw/light.c +++ b/dlls/ddraw/light.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c index 239460cfd4d..1e83c5b0f53 100644 --- a/dlls/ddraw/main.c +++ b/dlls/ddraw/main.c @@ -36,11 +36,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "winreg.h" #include "ddraw.h" diff --git a/dlls/ddraw/material.c b/dlls/ddraw/material.c index 06fecb0db49..5b7332eaa0f 100644 --- a/dlls/ddraw/material.c +++ b/dlls/ddraw/material.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/parent.c b/dlls/ddraw/parent.c index 14f61726aaa..163bc4da00f 100644 --- a/dlls/ddraw/parent.c +++ b/dlls/ddraw/parent.c @@ -34,11 +34,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c index fa9ce3dec87..ea09f851355 100644 --- a/dlls/ddraw/surface.c +++ b/dlls/ddraw/surface.c @@ -36,11 +36,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/texture.c b/dlls/ddraw/texture.c index 087996b9e1f..e7e5f3fde5a 100644 --- a/dlls/ddraw/texture.c +++ b/dlls/ddraw/texture.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/vertexbuffer.c b/dlls/ddraw/vertexbuffer.c index d0592e2a0fd..fce64a76903 100644 --- a/dlls/ddraw/vertexbuffer.c +++ b/dlls/ddraw/vertexbuffer.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h" diff --git a/dlls/ddraw/viewport.c b/dlls/ddraw/viewport.c index 2ce149073e8..c2b8fc6ad98 100644 --- a/dlls/ddraw/viewport.c +++ b/dlls/ddraw/viewport.c @@ -32,11 +32,9 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winerror.h" #include "wingdi.h" #include "wine/exception.h" -#include "excpt.h" #include "ddraw.h" #include "d3d.h"