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"