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:
Erik Faye-Lund
2022-03-25 14:07:12 +01:00
committed by Marge Bot
parent bda5852846
commit 659e26285a
2 changed files with 0 additions and 3 deletions

View File

@@ -21,8 +21,6 @@
* IN THE SOFTWARE.
*/
#include <directx/d3d12.h>
#include "spirv_to_dxil.h"
#include "nir_to_dxil.h"
#include "nir_builder.h"