summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-28 12:41:47 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-28 12:41:47 -0600
commit57487590871d523dd6044ad214dafde04dd799f0 (patch)
treeadefeffe95f060d0887766f9fd42a3aa9108e12a /src/gallium/drivers/cell/ppu
parentd01324eb78da2d501ce33e2792713225090c84cd (diff)
cell: don't include libmisc.h
Doesn't seem to be needed and fixes compilation with SDK 3.1 beta.
Diffstat (limited to 'src/gallium/drivers/cell/ppu')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_spu.h1
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 b633880c25..c93958a9ed 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"