From 8ee1452e184e030eb7cc865a7828c8a5ea08d6f7 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 24 Jan 2008 11:09:07 +0000 Subject: [PATCH] gallium: fix linux build --- src/mesa/pipe/pipebuffer/pb_buffer_fenced.c | 1 - src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c b/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c index 5b33a42..b2edc32 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 -#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 9d7dbd5..e462462 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 -#include "main/imports.h" #endif -- 2.7.4