mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
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:
parent
f8e2f1fba5
commit
8f96524f13
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue