Henri Verbeet : d3d11: Get rid of a redundant include.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 25 09:38:02 CDT 2015


Module: wine
Branch: master
Commit: 1a23e2fa0b7aafc1d24ea1a9ba85d418e919329b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a23e2fa0b7aafc1d24ea1a9ba85d418e919329b

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Aug 25 12:48:46 2015 +0200

d3d11: Get rid of a redundant include.

d3d11_1.h includes d3d11.h, which includes d3d10_1.h.

---

 dlls/d3d11/d3d11_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/d3d11/d3d11_private.h b/dlls/d3d11/d3d11_private.h
index f7f6729..98c0eb1 100644
--- a/dlls/d3d11/d3d11_private.h
+++ b/dlls/d3d11/d3d11_private.h
@@ -29,7 +29,6 @@
 #include "winuser.h"
 #include "objbase.h"
 
-#include "d3d10_1.h"
 #include "d3d11_1.h"
 #ifdef D3D11_INIT_GUID
 #include "initguid.h"




More information about the wine-cvs mailing list