summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/pan_resource.h
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@collabora.com>2021-07-06 18:17:02 -0400
committerMarge Bot <eric+marge@anholt.net>2021-07-07 13:19:35 +0000
commitd09948e006796c1b17a7932fdbc02fd2af66abb6 (patch)
tree04016bd4849c3819ef9d119e049839fbad2a0983 /src/gallium/drivers/panfrost/pan_resource.h
parent6b2fc9f7185a4a28fd13f3b09f66c2d2657515c3 (diff)
downloadmesa-d09948e006796c1b17a7932fdbc02fd2af66abb6.tar.gz
panfrost: Remove unused midgard-pack.h includes
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>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_resource.h')
-rw-r--r--src/gallium/drivers/panfrost/pan_resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h
index bac29823d51..a3cd7bf14e1 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 <midgard_pack.h>
#include "pan_screen.h"
#include "pan_minmax_cache.h"
#include "pan_texture.h"