diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c b/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c index e462462610..33b2f628dd 100644 --- a/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c +++ b/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c @@ -48,10 +48,6 @@ #include "pb_buffer.h" #include "pb_bufmgr.h" -#ifndef __MSC__ -#include <unistd.h> -#endif - /** * Convenience macro (type safe). |