From ca0b0899d8cc20f3e918839e044c55f9a19e9ffe Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 00:41:43 -0700 Subject: st/dri: Remove unnecessary headers. --- src/gallium/state_trackers/dri/common/dri_drawable.c | 1 - src/gallium/state_trackers/dri/common/dri_screen.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/gallium/state_trackers/dri') diff --git a/src/gallium/state_trackers/dri/common/dri_drawable.c b/src/gallium/state_trackers/dri/common/dri_drawable.c index 88b79a0a76..c67ca2224d 100644 --- a/src/gallium/state_trackers/dri/common/dri_drawable.c +++ b/src/gallium/state_trackers/dri/common/dri_drawable.c @@ -30,7 +30,6 @@ */ #include "dri_screen.h" -#include "dri_context.h" #include "dri_drawable.h" #include "pipe/p_screen.h" diff --git a/src/gallium/state_trackers/dri/common/dri_screen.c b/src/gallium/state_trackers/dri/common/dri_screen.c index e869b4b9b1..6ad2c7da4d 100644 --- a/src/gallium/state_trackers/dri/common/dri_screen.c +++ b/src/gallium/state_trackers/dri/common/dri_screen.c @@ -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" -- cgit v1.2.3