From a38f7c91518a25dd50f352f7d9ac748cd5db8460 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sun, 7 Apr 2024 16:51:00 -0400 Subject: [PATCH] asahi: rm unused #include Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/agx_helpers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asahi/lib/agx_helpers.h b/src/asahi/lib/agx_helpers.h index e7b43e18cbb..f5f2f1af25c 100644 --- a/src/asahi/lib/agx_helpers.h +++ b/src/asahi/lib/agx_helpers.h @@ -8,7 +8,6 @@ #include #include "asahi/compiler/agx_compile.h" #include "asahi/layout/layout.h" -#include "pipe/p_defines.h" #include "agx_pack.h" #include "agx_ppp.h"