remove unused includes
authorBrian <brian.paul@tungstengraphics.com>
Mon, 15 Oct 2007 16:30:09 +0000 (10:30 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 15 Oct 2007 16:30:09 +0000 (10:30 -0600)
src/mesa/pipe/draw/draw_vertex.c

index 6f81e6e8a390df9369876af6b49f7e6c50963d15..1204a944dea69da88d31952f7431ab6348436df2 100644 (file)
@@ -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"