diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-01-24 11:09:07 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-01-26 11:06:01 +0900 |
commit | 8ee1452e184e030eb7cc865a7828c8a5ea08d6f7 (patch) | |
tree | bebecc3475b62313408b39564ce12564d7dff21f /src/mesa/pipe/pipebuffer | |
parent | 9387784fbf22495898abe3dc41cfcd42397792cd (diff) |
gallium: fix linux build
Diffstat (limited to 'src/mesa/pipe/pipebuffer')
-rw-r--r-- | src/mesa/pipe/pipebuffer/pb_buffer_fenced.c | 1 | ||||
-rw-r--r-- | src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c b/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c index 5b33a42e19..b2edc321ef 100644 --- a/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c +++ b/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c @@ -49,7 +49,6 @@ #ifndef __MSC__ #include <unistd.h> -#include "main/imports.h" #endif diff --git a/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c b/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c index 9d7dbd5eb9..e462462610 100644 --- a/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c +++ b/src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c @@ -50,7 +50,6 @@ #ifndef __MSC__ #include <unistd.h> -#include "main/imports.h" #endif |