diff options
author | Vinson Lee <[email protected]> | 2010-07-31 00:41:43 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 00:41:43 -0700 |
commit | ca0b0899d8cc20f3e918839e044c55f9a19e9ffe (patch) | |
tree | d82d0da1582ca546e9a628cc7b631411ee74bcce /src/gallium/state_trackers/dri | |
parent | 2f30a83ea88d8e062be5e9cf3bbdd8ab618130cc (diff) |
st/dri: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/state_trackers/dri')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_drawable.c | 1 | ||||
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_screen.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_drawable.c b/src/gallium/state_trackers/dri/common/dri_drawable.c index 88b79a0a769..c67ca2224d0 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 e869b4b9b18..6ad2c7da4d6 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" |