diff options
author | Vinson Lee <[email protected]> | 2010-01-28 00:25:20 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-28 00:25:20 -0800 |
commit | 347cd2b0d507dad538859ad2d75a005821bc2461 (patch) | |
tree | 19d997094b12545af98625a84a18f12b3d99bfd5 /src/gallium/state_trackers/xorg/xorg_xv.c | |
parent | 4030cd5a2d2cea6e0eab602ce6fdd9a558db6275 (diff) |
st/xorg: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_xv.c')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_xv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_xv.c b/src/gallium/state_trackers/xorg/xorg_xv.c index 7bcf77e1d31..a3bcd7cb4c9 100644 --- a/src/gallium/state_trackers/xorg/xorg_xv.c +++ b/src/gallium/state_trackers/xorg/xorg_xv.c @@ -12,8 +12,6 @@ #include "pipe/p_screen.h" -#include "util/u_format.h" - /*XXX get these from pipe's texture limits */ #define IMAGE_MAX_WIDTH 2048 #define IMAGE_MAX_HEIGHT 2048 |