diff options
author | Vinson Lee <[email protected]> | 2010-01-21 15:05:21 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-21 15:05:21 -0800 |
commit | efc08bddb7622e4acfa795b58e1264b64b78ab4f (patch) | |
tree | f2e22eccacf91b0b0774cd1998e34222ebfa3d51 /src/gallium/state_trackers/xorg/xorg_exa.c | |
parent | 2cf8164065b8704e2f32d77af14cde9e7979435c (diff) |
st/xorg: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.c')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_exa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c index 4e7882551dd..6d89fcaa9f1 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.c +++ b/src/gallium/state_trackers/xorg/xorg_exa.c @@ -41,7 +41,6 @@ #include "pipe/p_format.h" #include "pipe/p_context.h" #include "pipe/p_state.h" -#include "pipe/p_inlines.h" #include "util/u_rect.h" #include "util/u_math.h" |