diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-06-20 23:03:26 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-06-20 23:17:12 +0100 |
commit | b8657e44dc397625f447c83504f545ef13d9851d (patch) | |
tree | 8e420e402a3f47dfecbd52d78d64e7e812b7c282 /src/mesa/pipe/p_state.h | |
parent | 2fd7b30bfef0ca29a02f22eb98ce3d3b34bedb27 (diff) |
Remove dependency on vf.h in public headers
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r-- | src/mesa/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index c4bf0d2195..b60e266806 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -29,7 +29,6 @@ #define PIPE_STATE_H #include "mtypes.h" -#include "vf/vf.h" #define WINDING_NONE 0 #define WINDING_CW 1 |