Module: wine Branch: master Commit: 0629946e655a9e26698bc4a0ebc4c5120d1e95f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0629946e655a9e26698bc4a0eb...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Apr 30 21:40:06 2007 +0100
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, 0 insertions(+), 28 deletions(-)
diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c index 25b02d8..17adb27 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 964466d..c832ff7 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 e7e975d..d26c39d 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 927dcd3..ad18bf8 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 2c064a9..9dbff68 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 b885b81..8a8e2dd 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 1eb7961..93144d3 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 239460c..1e83c5b 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 06fecb0..5b7332e 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 14f6172..163bc4d 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 fa9ce3d..ea09f85 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 087996b..e7e5f3f 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 d0592e2..fce64a7 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 2ce1490..c2b8fc6 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"