From 5ce5a7d0210758fc3cd3edefa7a8de12ddda0276 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 20 Jan 2016 15:41:25 -0800 Subject: [PATCH] anv/image: Stop including gen8_pack.h in common file --- src/vulkan/anv_image.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/vulkan/anv_image.c b/src/vulkan/anv_image.c index 3b7ea42aa63..ba3b3b254cd 100644 --- a/src/vulkan/anv_image.c +++ b/src/vulkan/anv_image.c @@ -29,11 +29,6 @@ #include "anv_private.h" -/* FIXME: We shouldn't be using the actual hardware enum values here. They - * change across gens. Once we get that fixed, this include needs to go. - */ -#include "gen8_pack.h" - /** * The \a format argument is required and overrides any format found in struct * anv_image_create_info. Exactly one bit must be set in \a aspect. -- 2.30.2