From e042f5fcbc3936bff05843d75982df42af076c36 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 1 Mar 2017 21:14:56 -0800 Subject: [PATCH] anv: Stop including brw_context.h Reviewed-by: Jason Ekstrand --- src/intel/vulkan/anv_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 27c1923..2552226 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -67,9 +67,9 @@ struct gen_l3_config; #include #include "anv_entrypoints.h" -#include "brw_context.h" #include "isl/isl.h" +#include "common/gen_debug.h" #include "wsi_common.h" /* Allowing different clear colors requires us to perform a depth resolve at -- 2.7.4