summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state_derived.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-06-20 23:03:26 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-06-20 23:17:12 +0100
commitb8657e44dc397625f447c83504f545ef13d9851d (patch)
tree8e420e402a3f47dfecbd52d78d64e7e812b7c282 /src/mesa/pipe/softpipe/sp_state_derived.c
parent2fd7b30bfef0ca29a02f22eb98ce3d3b34bedb27 (diff)
Remove dependency on vf.h in public headers
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state_derived.c')
-rw-r--r--src/mesa/pipe/softpipe/sp_state_derived.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_derived.c b/src/mesa/pipe/softpipe/sp_state_derived.c
index b53c842366..8ab325b72d 100644
--- a/src/mesa/pipe/softpipe/sp_state_derived.c
+++ b/src/mesa/pipe/softpipe/sp_state_derived.c
@@ -30,6 +30,8 @@
#include "enums.h"
#include "program.h"
+#include "vf/vf.h"
+
#include "sp_context.h"
#include "sp_draw.h"
#include "sp_state.h"