diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-21 15:05:21 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-21 15:05:21 -0800 |
commit | efc08bddb7622e4acfa795b58e1264b64b78ab4f (patch) | |
tree | f2e22eccacf91b0b0774cd1998e34222ebfa3d51 /src/gallium/state_trackers/xorg/xorg_dri2.c | |
parent | 2cf8164065b8704e2f32d77af14cde9e7979435c (diff) |
st/xorg: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_dri2.c')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_dri2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_dri2.c b/src/gallium/state_trackers/xorg/xorg_dri2.c index 8267da309f..468563e34c 100644 --- a/src/gallium/state_trackers/xorg/xorg_dri2.c +++ b/src/gallium/state_trackers/xorg/xorg_dri2.c @@ -40,7 +40,6 @@ #include "pipe/p_state.h" #include "pipe/p_inlines.h" -#include "util/u_rect.h" /* Make all the #if cases in the code esier to read */ #ifndef DRI2INFOREC_VERSION |