Mesa (gallium-0.2): cell: don't include libmisc.h

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 28 18:41:58 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 57487590871d523dd6044ad214dafde04dd799f0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57487590871d523dd6044ad214dafde04dd799f0

Author: Brian Paul <brian.paul at tungstengraphics.com>
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"
 




More information about the mesa-commit mailing list