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 cf81bee..fff0114 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 f7e4e65..219fd90 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"