st/dri: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 07:41:43 +0000 (00:41 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 07:41:43 +0000 (00:41 -0700)
src/gallium/state_trackers/dri/common/dri_drawable.c
src/gallium/state_trackers/dri/common/dri_screen.c

index 88b79a0..c67ca22 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 #include "dri_screen.h"
-#include "dri_context.h"
 #include "dri_drawable.h"
 
 #include "pipe/p_screen.h"
index e869b4b..6ad2c7d 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "dri_screen.h"
 #include "dri_context.h"
-#include "dri_drawable.h"
 
 #include "util/u_inlines.h"
 #include "pipe/p_screen.h"