Henri Verbeet : d3d11: Get rid of a redundant include.
25 Aug
2015
25 Aug
'15
2:38 p.m.
Module: wine Branch: master Commit: 1a23e2fa0b7aafc1d24ea1a9ba85d418e919329b URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a23e2fa0b7aafc1d24ea1a9ba... Author: Henri Verbeet <hverbeet(a)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"
3767
Age (days ago)
3767
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard