diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 21:53:38 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 21:53:38 -0700 |
commit | aee5f471ce30f0511769c02a24160e9bb5047792 (patch) | |
tree | e0b3e85c50d4f14b408cbff925a4c4b1ac451144 | |
parent | 71caa922e0bf9f6378bd02374402eaea2990b493 (diff) |
Cell: remove unneeded #includes
-rw-r--r-- | src/mesa/pipe/cell/spu/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/spu/main.h b/src/mesa/pipe/cell/spu/main.h index 68280eb67b..9351aa340b 100644 --- a/src/mesa/pipe/cell/spu/main.h +++ b/src/mesa/pipe/cell/spu/main.h @@ -29,8 +29,6 @@ #define MAIN_H -#include <libmisc.h> -#include <spu_mfcio.h> #include "pipe/cell/common.h" |