From ffa458ee8fa3ca15cbf23573a6cfe98ac96ac526 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 10 Oct 2023 02:53:56 +0800 Subject: [PATCH] nir: remove redundant include of gallium headers Signed-off-by: Yonggang Luo Reviewed-by: Alyssa Rosenzweig Part-of: --- src/compiler/nir/nir_gather_info.c | 1 - src/compiler/nir/nir_lower_wpos_center.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/compiler/nir/nir_gather_info.c b/src/compiler/nir/nir_gather_info.c index 40a5a421e28..040949fe1b4 100644 --- a/src/compiler/nir/nir_gather_info.c +++ b/src/compiler/nir/nir_gather_info.c @@ -21,7 +21,6 @@ * IN THE SOFTWARE. */ -#include "main/menums.h" #include "nir.h" #include "nir_deref.h" diff --git a/src/compiler/nir/nir_lower_wpos_center.c b/src/compiler/nir/nir_lower_wpos_center.c index 7d46a6afd86..55b09f139fb 100644 --- a/src/compiler/nir/nir_lower_wpos_center.c +++ b/src/compiler/nir/nir_lower_wpos_center.c @@ -22,7 +22,6 @@ * IN THE SOFTWARE. */ -#include "program/prog_instruction.h" #include "nir.h" #include "nir_builder.h"