[Mesa-dev] [PATCH 03/14] nir: Remove unused include of nir_array
Thomas Helland
thomashelland90 at gmail.com
Sun Jan 1 18:37:47 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.11.0
More information about the mesa-dev
mailing list