dzn: drop needless includes
These include either dzn_nir.h or dzn_internal.h which already includes this header. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15790>
This commit is contained in:

committed by
Marge Bot

parent
bda5852846
commit
659e26285a
@@ -21,8 +21,6 @@
|
|||||||
* IN THE SOFTWARE.
|
* IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <directx/d3d12.h>
|
|
||||||
|
|
||||||
#include "spirv_to_dxil.h"
|
#include "spirv_to_dxil.h"
|
||||||
#include "nir_to_dxil.h"
|
#include "nir_to_dxil.h"
|
||||||
#include "nir_builder.h"
|
#include "nir_builder.h"
|
||||||
|
@@ -31,7 +31,6 @@
|
|||||||
#include "vk_util.h"
|
#include "vk_util.h"
|
||||||
#include "vk_format.h"
|
#include "vk_format.h"
|
||||||
|
|
||||||
#include <directx/d3d12.h>
|
|
||||||
#include <dxguids/dxguids.h>
|
#include <dxguids/dxguids.h>
|
||||||
|
|
||||||
#include "util/u_debug.h"
|
#include "util/u_debug.h"
|
||||||
|
Reference in New Issue
Block a user