From e35e3a50a840451bd7852096282249a5656b3921 Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Thu, 9 Nov 2017 23:30:19 +0100 Subject: [PATCH] d3dx10: Remove redundant header include. Signed-off-by: Matteo Bruni Signed-off-by: Alexandre Julliard --- 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 c910b4a6246..25df663ef58 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"