From 08e4b28a0523487662a5351d6a722271b53544e0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 7 Apr 2022 13:43:27 +0200 Subject: [PATCH] dzn: drop unused include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Louis-Francis Ratté-Boulianne Part-of: --- src/microsoft/vulkan/dzn_descriptor_set.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/microsoft/vulkan/dzn_descriptor_set.cpp b/src/microsoft/vulkan/dzn_descriptor_set.cpp index a5fc4e60b94..625682ed682 100644 --- a/src/microsoft/vulkan/dzn_descriptor_set.cpp +++ b/src/microsoft/vulkan/dzn_descriptor_set.cpp @@ -23,8 +23,6 @@ #include "dzn_private.h" -#include - #include "vk_alloc.h" #include "vk_descriptors.h" #include "vk_util.h"