summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-15 10:30:09 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-15 10:30:09 -0600
commit66ea4b7c7c6c61cfacb3640cfc264cae575062cd (patch)
tree09573a22df8af06b4f25f1f73f67dcff0208865a /src
parent583c11d38375c535d3835d89012fa5318bbd34ce (diff)
remove unused includes
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/draw/draw_vertex.c2
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"