Module: Mesa Branch: gallium-0.2 Commit: 57487590871d523dd6044ad214dafde04dd799f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57487590871d523dd6044ad214dafde04dd799f0
Author: Brian Paul <[EMAIL PROTECTED]> Date: Tue Oct 28 12:41:47 2008 -0600 cell: don't include libmisc.h Doesn't seem to be needed and fixes compilation with SDK 3.1 beta. --- src/gallium/drivers/cell/ppu/cell_spu.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/cell/ppu/cell_spu.h b/src/gallium/drivers/cell/ppu/cell_spu.h index b633880..c93958a 100644 --- a/src/gallium/drivers/cell/ppu/cell_spu.h +++ b/src/gallium/drivers/cell/ppu/cell_spu.h @@ -30,7 +30,6 @@ #include <libspe2.h> -#include <libmisc.h> #include <pthread.h> #include "cell/common.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
