Remove uneeded headers

Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
This commit is contained in:
Zdenek Kabelac 2013-11-25 09:09:25 +01:00 committed by Chris Wilson
parent 41be7e9d49
commit d2df10e28f
15 changed files with 0 additions and 24 deletions

View File

@ -23,7 +23,6 @@
#include "fb.h"
#include <gcstruct.h>
#include <migc.h>
#include <scrnintstr.h>
/*

View File

@ -25,7 +25,6 @@
#include "fb.h"
#include "fbclip.h"
#include <mi.h>
#include <miline.h>
#include <scrnintstr.h>

View File

@ -34,7 +34,6 @@
#include <assert.h>
#include "sna.h"
#include "sna_reg.h"
#include "gen2_render.h"

View 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>

View 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>

View 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

View File

@ -60,7 +60,6 @@
#include "intel_options.h"
#include <xf86xv.h>
#include <X11/extensions/Xv.h>
#ifdef SNA_XVMC
#define _SNA_XVMC_SERVER_

View 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)

View 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"

View 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"

View 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,

View 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.

View File

@ -30,7 +30,6 @@
#include "uxa-priv.h"
#include "uxa-glamor.h"
#include <xorgVersion.h>
#ifdef RENDER
#include "mipict.h"

View File

@ -23,10 +23,6 @@
#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

View 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>