OSDN Git Service

gallium: fix linux build
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 Jan 2008 11:09:07 +0000 (11:09 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 26 Jan 2008 02:06:01 +0000 (11:06 +0900)
src/mesa/pipe/pipebuffer/pb_buffer_fenced.c
src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c

index 5b33a42..b2edc32 100644 (file)
@@ -49,7 +49,6 @@
 
 #ifndef __MSC__
 #include <unistd.h>
-#include "main/imports.h"
 #endif
 
 
index 9d7dbd5..e462462 100644 (file)
@@ -50,7 +50,6 @@
 
 #ifndef __MSC__
 #include <unistd.h>
-#include "main/imports.h"
 #endif