[PATCH] d3dx10: Remove redundant header include.
Matteo Bruni <[email protected]> Thu, 9 Nov 2017 23:30:19 +0100
| Newsgroups | gmane.comp.emulators.wine.patches |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Matteo Bruni <[email protected]> --- dlls/d3dx10_43/async.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/d3dx10_43/async.c b/dlls/d3dx10_43/async.c index c910b4a624..25df663ef5 100644 --- a/dlls/d3dx10_43/async.c +++ b/dlls/d3dx10_43/async.c @@ -20,7 +20,6 @@ #include "wine/port.h" #include "d3d10_1.h" #include "d3dx10.h" -#include "d3dx10core.h" #include "d3dcompiler.h" #include "wine/debug.h" -- 2.13.6