From d09948e006796c1b17a7932fdbc02fd2af66abb6 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 6 Jul 2021 18:17:02 -0400 Subject: [PATCH] panfrost: Remove unused midgard-pack.h includes Now only included from the per-gen file. Signed-off-by: Alyssa Rosenzweig Acked-by: Boris Brezillon Part-of: --- src/gallium/drivers/panfrost/pan_context.h | 1 - src/gallium/drivers/panfrost/pan_resource.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index ff50f3c..b2ad9af 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -34,7 +34,6 @@ #include "pan_blend_cso.h" #include "pan_encoder.h" #include "pan_texture.h" -#include "midgard_pack.h" #include "pipe/p_compiler.h" #include "pipe/p_config.h" diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h index bac2982..a3cd7bf 100644 --- a/src/gallium/drivers/panfrost/pan_resource.h +++ b/src/gallium/drivers/panfrost/pan_resource.h @@ -26,7 +26,6 @@ #ifndef PAN_RESOURCE_H #define PAN_RESOURCE_H -#include #include "pan_screen.h" #include "pan_minmax_cache.h" #include "pan_texture.h" -- 2.7.4