From: Brian Paul Date: Wed, 3 Feb 2010 01:53:53 +0000 (-0700) Subject: softpipe: remove unnecessary #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6e55520e479d8a2fb42eca0b6bd177bd32adf06;p=mesa.git softpipe: remove unnecessary #include --- diff --git a/src/gallium/drivers/softpipe/sp_state_derived.c b/src/gallium/drivers/softpipe/sp_state_derived.c index 12d1f522020..d2eda7324ca 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"