nir/intrinsics: Add a vulkan_resource_index intrinsic
[mesa.git] / src / compiler / nir / nir_to_ssa.c
index 23d709a218a5652ef504f4181fe9dc43e0874fe8..1a772fff2d5ad94b6ce06156f29cb290552339ef 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "nir.h"
 #include <stdlib.h>
-#include <unistd.h>
 
 /*
  * Implements the classic to-SSA algorithm described by Cytron et. al. in