diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-15 10:30:09 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-15 10:30:09 -0600 |
commit | 66ea4b7c7c6c61cfacb3640cfc264cae575062cd (patch) | |
tree | 09573a22df8af06b4f25f1f73f67dcff0208865a | |
parent | 583c11d38375c535d3835d89012fa5318bbd34ce (diff) |
remove unused includes
-rw-r--r-- | src/mesa/pipe/draw/draw_vertex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_vertex.c b/src/mesa/pipe/draw/draw_vertex.c index 6f81e6e8a3..1204a944de 100644 --- a/src/mesa/pipe/draw/draw_vertex.c +++ b/src/mesa/pipe/draw/draw_vertex.c @@ -35,8 +35,6 @@ #include "pipe/p_defines.h" -#include "pipe/p_context.h" -#include "pipe/p_winsys.h" #include "pipe/p_util.h" #include "pipe/draw/draw_private.h" |