Module: Mesa Branch: master Commit: d6e55520e479d8a2fb42eca0b6bd177bd32adf06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6e55520e479d8a2fb42eca0b6bd177bd32adf06
Author: Brian Paul <[email protected]> Date: Tue Feb 2 18:53:53 2010 -0700 softpipe: remove unnecessary #include --- src/gallium/drivers/softpipe/sp_state_derived.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/softpipe/sp_state_derived.c b/src/gallium/drivers/softpipe/sp_state_derived.c index 12d1f52..d2eda73 100644 --- a/src/gallium/drivers/softpipe/sp_state_derived.c +++ b/src/gallium/drivers/softpipe/sp_state_derived.c @@ -30,7 +30,6 @@ #include "pipe/p_shader_tokens.h" #include "draw/draw_context.h" #include "draw/draw_vertex.h" -#include "draw/draw_private.h" #include "sp_context.h" #include "sp_screen.h" #include "sp_state.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
