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 5b33a42e19336413e47b3944c5c5124123938822..b2edc321ef4a3d74ba8d09a97823f0c41df39a18 100644 (file)
@@ -49,7 +49,6 @@
 
 #ifndef __MSC__
 #include <unistd.h>
-#include "main/imports.h"
 #endif
 
 
index 9d7dbd5eb95f473f441e4f0a27ac232d7085280d..e46246261000346cd5c0b00f65c44f92f159c2c7 100644 (file)
@@ -50,7 +50,6 @@
 
 #ifndef __MSC__
 #include <unistd.h>
-#include "main/imports.h"
 #endif