diff options
author | Brian Paul <[email protected]> | 2008-10-28 12:41:47 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-28 12:41:47 -0600 |
commit | 57487590871d523dd6044ad214dafde04dd799f0 (patch) | |
tree | adefeffe95f060d0887766f9fd42a3aa9108e12a /src/gallium/drivers/cell | |
parent | d01324eb78da2d501ce33e2792713225090c84cd (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')
-rw-r--r-- | 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 b633880c256..c93958a9ed5 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" |