Module: wine Branch: master Commit: e35e3a50a840451bd7852096282249a5656b3921 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e35e3a50a840451bd785209628... Author: Matteo Bruni <mbruni(a)codeweavers.com> Date: Thu Nov 9 23:30:19 2017 +0100 d3dx10: Remove redundant header include. Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 c910b4a..25df663 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"