Remove uneeded headers
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 25 Nov 2013 08:09:25 +0000 (09:09 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 25 Nov 2013 10:04:47 +0000 (10:04 +0000)
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
15 files changed:
src/sna/fb/fbgc.c
src/sna/fb/fbseg.c
src/sna/kgem_debug_gen2.c
src/sna/sna_dri.c
src/sna/sna_driver.c
src/sna/sna_glyphs.c
src/sna/sna_video.c
src/uxa/i965_3d.c
src/uxa/intel_display.c
src/uxa/intel_driver.c
src/uxa/uxa-accel.c
src/uxa/uxa-glyphs.c
src/uxa/uxa-render.c
src/uxa/uxa-unaccel.c
tools/virtual.c

index 83956c4..9943794 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "fb.h"
 #include <gcstruct.h>
-#include <migc.h>
 #include <scrnintstr.h>
 
 /*
index 67ad389..58d2266 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "fb.h"
 #include "fbclip.h"
-#include <mi.h>
 #include <miline.h>
 #include <scrnintstr.h>
 
index 09f3873..3f91c29 100644 (file)
@@ -34,7 +34,6 @@
 #include <assert.h>
 
 #include "sna.h"
-#include "sna_reg.h"
 
 #include "gen2_render.h"
 
index a218be3..99f95ae 100644 (file)
@@ -42,7 +42,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <unistd.h>
 
 #include "sna.h"
-#include "sna_reg.h"
 #include "intel_options.h"
 
 #include <xf86drm.h>
index 1832cd8..d89fb1f 100644 (file)
@@ -57,7 +57,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <xf86RandR12.h>
 #include <mi.h>
 #include <micmap.h>
-#include <mipict.h>
 
 #include <sys/ioctl.h>
 #include <sys/fcntl.h>
index 759e415..9b272ef 100644 (file)
@@ -67,8 +67,6 @@
 #include "sna_render_inline.h"
 #include "fb/fbpict.h"
 
-#include <mipict.h>
-
 #define FALLBACK 0
 #define NO_GLYPH_CACHE 0
 #define NO_GLYPHS_TO_DST 0
index 132ca28..7f1eeb2 100644 (file)
@@ -60,7 +60,6 @@
 #include "intel_options.h"
 
 #include <xf86xv.h>
-#include <X11/extensions/Xv.h>
 
 #ifdef SNA_XVMC
 #define _SNA_XVMC_SERVER_
index fe2d9aa..757a979 100644 (file)
@@ -30,7 +30,6 @@
 #include "intel.h"
 #include "i965_reg.h"
 #include "brw_defines.h"
-#include "brw_structs.h"
 
 void
 gen6_upload_invariant_states(intel_screen_private *intel)
index 3c2f964..9bda006 100644 (file)
@@ -35,7 +35,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
-#include <poll.h>
 #include <sys/ioctl.h>
 
 #include "xorg-server.h"
index 431c34b..e035973 100644 (file)
@@ -53,13 +53,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "compiler.h"
 #include "mipointer.h"
 #include "micmap.h"
-#include "shadowfb.h"
 #include <X11/extensions/randr.h>
 #include "fb.h"
 #include "miscstruct.h"
 #include "dixstruct.h"
 #include "xf86xv.h"
-#include <X11/extensions/Xv.h>
 #include "shadow.h"
 #include "intel.h"
 #include "intel_video.h"
@@ -70,12 +68,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "intel_xvmc.h"
 #endif
 
-#include "legacy/legacy.h"
 #include "uxa.h"
 
-#include <sys/ioctl.h>
 #include "i915_drm.h"
-#include <xf86drmMode.h>
 
 #include "intel_glamor.h"
 #include "intel_options.h"
index 27215dd..f1ae9a1 100644 (file)
@@ -36,7 +36,6 @@
 #include <X11/fonts/fontstruct.h>
 #include "dixfontstr.h"
 #include "uxa.h"
-#include "mipict.h"
 
 static void
 uxa_fill_spans(DrawablePtr pDrawable, GCPtr pGC, int n,
index b022c83..de36fcb 100644 (file)
@@ -68,8 +68,6 @@
 #include "uxa-glamor.h"
 #include "common.h"
 
-#include "mipict.h"
-
 /* Width of the pixmaps we use for the caches; this should be less than
  * max texture size of the driver; this may need to actually come from
  * the driver.
index d783ea2..992a008 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "uxa-priv.h"
 #include "uxa-glamor.h"
-#include <xorgVersion.h>
 
 #ifdef RENDER
 #include "mipict.h"
index f431049..6d383e4 100644 (file)
 
 #include "uxa-priv.h"
 
-#ifdef RENDER
-#include "mipict.h"
-#endif
-
 /*
  * These functions wrap the low-level fb rendering functions and
  * synchronize framebuffer/accelerated drawing by stalling until
index a02db68..a475ba5 100644 (file)
@@ -61,7 +61,6 @@
 #include <signal.h>
 #include <getopt.h>
 #include <limits.h>
-#include <ctype.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <assert.h>