Cell: Remove unnecessary include files
authorIan Romanick <idr@us.ibm.com>
Fri, 22 Feb 2008 00:41:12 +0000 (16:41 -0800)
committerIan Romanick <idr@us.ibm.com>
Tue, 26 Feb 2008 00:18:08 +0000 (16:18 -0800)
src/gallium/drivers/cell/spu/spu_exec.c
src/gallium/drivers/cell/spu/spu_vertex_fetch.c

index cf81bee8fde54b4b76a32c4af40887a7bb6a5194..fff0114a23621f512b503114177ba7b4b9918e21 100644 (file)
@@ -50,8 +50,6 @@
  *   Brian Paul
  */
 
-#include <libmisc.h>
-#include <spu_mfcio.h>
 #include <transpose_matrix4x4.h>
 #include <simdmath/ceilf4.h>
 #include <simdmath/cosf4.h>
index f7e4e653e3183eb1e65ce6f67e5ab04adab59e35..219fd90cc0ece1609f36c228f7a323a79b7a448b 100644 (file)
@@ -32,8 +32,6 @@
   *   Ian Romanick <idr@us.ibm.com>
   */
 
-#include <spu_mfcio.h>
-
 #include "pipe/p_util.h"
 #include "pipe/p_state.h"
 #include "pipe/p_shader_tokens.h"