nir: Remove unistd.h include.

It doesn't seem needed, and is not available on MSVC.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Jose Fonseca 2016-04-13 18:19:49 +01:00 committed by Emil Velikov
parent f8e2f1fba5
commit 8f96524f13

View 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