From 398bdb46babcf6d9137ace76f1b58e35c43db60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Fri, 15 Sep 2023 07:58:58 -0700 Subject: [PATCH] anv: Drop include to common/i915/intel_gem.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Common code should not directly include KMD specific files. At least there was no usage from symbols defined in this file. Signed-off-by: José Roberto de Souza Reviewed-by: Sagar Ghuge Part-of: --- src/intel/vulkan/anv_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 1710d6a86dd..e2f009b6409 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -60,7 +60,6 @@ #include "vk_drm_syncobj.h" #include "common/intel_aux_map.h" #include "common/intel_uuid.h" -#include "common/i915/intel_gem.h" #include "perf/intel_perf.h" #include "i915/anv_device.h"