diff options
author | Michal Krol <michal@tungstengraphics.com> | 2007-11-23 13:48:12 +0000 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2007-11-23 13:48:12 +0000 |
commit | b3dee0185ec0202d454075de4e4011e3ac093df8 (patch) | |
tree | 29098f25961ea63340c5b1cf4912a10875abd619 | |
parent | abd5e8e41d54f7f491f91af9354f19c8d24d3572 (diff) |
gallium: remove sp_headers.h references.
-rw-r--r-- | src/mesa/pipe/softpipe/sp_quad.c | 1 | ||||
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state_derived.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad.c b/src/mesa/pipe/softpipe/sp_quad.c index 13fb883ef0..e0327c4cf9 100644 --- a/src/mesa/pipe/softpipe/sp_quad.c +++ b/src/mesa/pipe/softpipe/sp_quad.c @@ -27,7 +27,6 @@ #include "sp_context.h" -#include "sp_headers.h" #include "sp_state.h" #include "pipe/p_shader_tokens.h" diff --git a/src/mesa/pipe/softpipe/sp_state_derived.c b/src/mesa/pipe/softpipe/sp_state_derived.c index 33caab9372..c4f1a0a01a 100644 --- a/src/mesa/pipe/softpipe/sp_state_derived.c +++ b/src/mesa/pipe/softpipe/sp_state_derived.c @@ -29,7 +29,6 @@ #include "pipe/p_shader_tokens.h" #include "pipe/draw/draw_context.h" #include "pipe/draw/draw_vertex.h" -#include "sp_headers.h" #include "sp_context.h" #include "sp_state.h" |