Mesa (master): st/xorg: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 28 08:25:47 UTC 2010


Module: Mesa
Branch: master
Commit: 347cd2b0d507dad538859ad2d75a005821bc2461
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=347cd2b0d507dad538859ad2d75a005821bc2461

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 28 00:25:20 2010 -0800

st/xorg: Remove unnecessary headers.

---

 src/gallium/state_trackers/xorg/xorg_crtc.c     |    1 -
 src/gallium/state_trackers/xorg/xorg_dri2.c     |    1 -
 src/gallium/state_trackers/xorg/xorg_exa.c      |    1 -
 src/gallium/state_trackers/xorg/xorg_renderer.c |    1 -
 src/gallium/state_trackers/xorg/xorg_xv.c       |    2 --
 5 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_crtc.c b/src/gallium/state_trackers/xorg/xorg_crtc.c
index 650d2c0..2786558 100644
--- a/src/gallium/state_trackers/xorg/xorg_crtc.c
+++ b/src/gallium/state_trackers/xorg/xorg_crtc.c
@@ -50,7 +50,6 @@
 #endif
 
 #include "pipe/p_inlines.h"
-#include "util/u_format.h"
 #include "util/u_rect.h"
 
 #ifdef HAVE_LIBKMS
diff --git a/src/gallium/state_trackers/xorg/xorg_dri2.c b/src/gallium/state_trackers/xorg/xorg_dri2.c
index 11b81c9..59588f0 100644
--- a/src/gallium/state_trackers/xorg/xorg_dri2.c
+++ b/src/gallium/state_trackers/xorg/xorg_dri2.c
@@ -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
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index c91dee7..70af0c5 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -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"
diff --git a/src/gallium/state_trackers/xorg/xorg_renderer.c b/src/gallium/state_trackers/xorg/xorg_renderer.c
index 8f729b5..db3330b 100644
--- a/src/gallium/state_trackers/xorg/xorg_renderer.c
+++ b/src/gallium/state_trackers/xorg/xorg_renderer.c
@@ -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"
diff --git a/src/gallium/state_trackers/xorg/xorg_xv.c b/src/gallium/state_trackers/xorg/xorg_xv.c
index 7bcf77e..a3bcd7c 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




More information about the mesa-commit mailing list