From: Michal Krol Date: Fri, 23 Nov 2007 13:48:12 +0000 (+0000) Subject: gallium: remove sp_headers.h references. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3dee0185ec0202d454075de4e4011e3ac093df8;p=mesa.git gallium: remove sp_headers.h references. --- diff --git a/src/mesa/pipe/softpipe/sp_quad.c b/src/mesa/pipe/softpipe/sp_quad.c index 13fb883ef0c..e0327c4cf9c 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 33caab9372c..c4f1a0a01a9 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"