diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-09 16:21:18 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-09 16:21:18 -0600 |
commit | f4053ce858739167fe57a36aebe1da7110d1a04e (patch) | |
tree | 0120a874717921ee4161a73ce5448a8b282c92e4 /src/mesa/pipe | |
parent | ebafc193fac22c4d1d8d4f1c5a129d5dbe1679a2 (diff) |
Remove softpipe includes
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/draw/draw_vb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_vb.c b/src/mesa/pipe/draw/draw_vb.c index 66573a93fe..74e7d7f243 100644 --- a/src/mesa/pipe/draw/draw_vb.c +++ b/src/mesa/pipe/draw/draw_vb.c @@ -36,8 +36,6 @@ #include "tnl/t_context.h" #include "vf/vf.h" -#include "pipe/softpipe/sp_context.h" -#include "pipe/softpipe/sp_headers.h" #include "draw_private.h" #include "draw_context.h" |