summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_derived.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-02 18:53:53 -0700
committerBrian Paul <brianp@vmware.com>2010-02-02 18:54:53 -0700
commitd6e55520e479d8a2fb42eca0b6bd177bd32adf06 (patch)
tree1383cd4e3f45c4ce7c2470bf57a4a44755aa58ce /src/gallium/drivers/softpipe/sp_state_derived.c
parentc740a7da6142a9d7c4affddba519b75d47de24fd (diff)
softpipe: remove unnecessary #include
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state_derived.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_state_derived.c1
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 12d1f52202..d2eda7324c 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"