From e2648d4255874bbe839cdba8580ac5511abf21fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Mon, 4 Sep 2023 11:25:56 -0700 Subject: [PATCH] anv: Remove i915_drm.h include from common code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the previous commit we are now able to build Anv without including i915_drm.h from common code. This is important as avoids that i915 specific code is included in common code by mistake. Signed-off-by: José Roberto de Souza Reviewed-by: Sagar Ghuge Part-of: --- src/intel/vulkan/anv_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 1e024a8194e..32b0a33951a 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -30,7 +30,6 @@ #include #include #include -#include "drm-uapi/i915_drm.h" #include "drm-uapi/drm_fourcc.h" #ifdef HAVE_VALGRIND