diff options
author | Vinson Lee <[email protected]> | 2010-09-25 12:38:29 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-09-25 12:39:08 -0700 |
commit | f8ee415e3c2fa8e475e9f7fad0315c06c232ff94 (patch) | |
tree | 1d05890100e4b4ddcf3944527f656bc7eb8ae7d9 /src/gallium/state_trackers/dri | |
parent | 5ba62cd4139e95c752453a1591eb3e47b6b18238 (diff) |
st/dri: Remove unnecessary header.
Diffstat (limited to 'src/gallium/state_trackers/dri')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_screen.c b/src/gallium/state_trackers/dri/common/dri_screen.c index 7e4b11d83f7..b3b09b605fa 100644 --- a/src/gallium/state_trackers/dri/common/dri_screen.c +++ b/src/gallium/state_trackers/dri/common/dri_screen.c @@ -33,7 +33,6 @@ #include "xmlpool.h" #include "dri_screen.h" -#include "dri_context.h" #include "util/u_inlines.h" #include "pipe/p_screen.h" |