st/xorg: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 08:25:20 +0000 (00:25 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 08:25:20 +0000 (00:25 -0800)
src/gallium/state_trackers/xorg/xorg_crtc.c
src/gallium/state_trackers/xorg/xorg_dri2.c
src/gallium/state_trackers/xorg/xorg_exa.c
src/gallium/state_trackers/xorg/xorg_renderer.c
src/gallium/state_trackers/xorg/xorg_xv.c

index 650d2c0..2786558 100644 (file)
@@ -50,7 +50,6 @@
 #endif
 
 #include "pipe/p_inlines.h"
-#include "util/u_format.h"
 #include "util/u_rect.h"
 
 #ifdef HAVE_LIBKMS
index 11b81c9..59588f0 100644 (file)
@@ -41,7 +41,6 @@
 #include "pipe/p_inlines.h"
 
 #include "util/u_format.h"
-#include "util/u_rect.h"
 
 /* Make all the #if cases in the code esier to read */
 #ifndef DRI2INFOREC_VERSION
index c91dee7..70af0c5 100644 (file)
@@ -42,7 +42,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_state.h"
 
-#include "util/u_format.h"
 #include "util/u_rect.h"
 #include "util/u_math.h"
 #include "util/u_debug.h"
index 8f729b5..db3330b 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "cso_cache/cso_context.h"
 #include "util/u_draw_quad.h"
-#include "util/u_format.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"
 #include "util/u_rect.h"
index 7bcf77e..a3bcd7c 100644 (file)
@@ -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