panfrost: Remove unused midgard-pack.h includes
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 6 Jul 2021 22:17:02 +0000 (18:17 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 7 Jul 2021 13:19:35 +0000 (13:19 +0000)
Now only included from the per-gen file.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11745>

src/gallium/drivers/panfrost/pan_context.h
src/gallium/drivers/panfrost/pan_resource.h

index ff50f3c..b2ad9af 100644 (file)
@@ -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"
index bac2982..a3cd7bf 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef PAN_RESOURCE_H
 #define PAN_RESOURCE_H
 
-#include <midgard_pack.h>
 #include "pan_screen.h"
 #include "pan_minmax_cache.h"
 #include "pan_texture.h"