diff options
author | Jason Ekstrand <[email protected]> | 2017-03-01 21:14:56 -0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:33 +0000 |
commit | e042f5fcbc3936bff05843d75982df42af076c36 (patch) | |
tree | 6322151490b008936f1f6cf450506f8194632455 /src/intel | |
parent | 4ec5922afad359b05e4c7f72279947a1f7352ad6 (diff) |
anv: Stop including brw_context.h
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 27c19239458..2552226879f 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -67,9 +67,9 @@ struct gen_l3_config; #include <vulkan/vk_icd.h> #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 |