summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-08 16:26:55 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-08 16:26:55 -0700
commit03f4a487dd53f7d76830665e98fdbc9313d7c9b2 (patch)
tree4df569ed4e965229357afeb70fedad8c38fae67e /src
parent03484d0aaefce84bc304c9d87f28edd77e10844a (diff)
remove unneeded #includes
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/draw/draw_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_debug.c b/src/mesa/pipe/draw/draw_debug.c
index 246e20fb30..d6220b5f62 100644
--- a/src/mesa/pipe/draw/draw_debug.c
+++ b/src/mesa/pipe/draw/draw_debug.c
@@ -30,10 +30,8 @@
* Keith Whitwell <keith@tungstengraphics.com>
*/
-#include "pipe/p_util.h"
#include "draw_private.h"
#include "draw_context.h"
-#include "draw_prim.h"