[Mesa-dev] [PATCH 5/7] nir: Remove unused include

Thomas Helland thomashelland90 at gmail.com
Sat Jun 3 18:11:40 UTC 2017


---
 src/compiler/nir/nir_lower_locals_to_regs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/compiler/nir/nir_lower_locals_to_regs.c b/src/compiler/nir/nir_lower_locals_to_regs.c
index f1af237b5e..d0667bc504 100644
--- a/src/compiler/nir/nir_lower_locals_to_regs.c
+++ b/src/compiler/nir/nir_lower_locals_to_regs.c
@@ -26,7 +26,6 @@
  */
 
 #include "nir.h"
-#include "nir_array.h"
 
 struct locals_to_regs_state {
    nir_shader *shader;
-- 
2.13.0



More information about the mesa-dev mailing list