diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2013-11-25 09:09:25 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-25 10:04:47 +0000 |
commit | d2df10e28fa35d29b539dc52c61f710910b75831 (patch) | |
tree | 1004d36ae60b87d2504a3d101b2c325df509b897 /src/uxa | |
parent | 41be7e9d490633a65aa1e0c9f76acfb67869288f (diff) |
Remove uneeded headers
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Diffstat (limited to 'src/uxa')
-rw-r--r-- | src/uxa/i965_3d.c | 1 | ||||
-rw-r--r-- | src/uxa/intel_display.c | 1 | ||||
-rw-r--r-- | src/uxa/intel_driver.c | 5 | ||||
-rw-r--r-- | src/uxa/uxa-accel.c | 1 | ||||
-rw-r--r-- | src/uxa/uxa-glyphs.c | 2 | ||||
-rw-r--r-- | src/uxa/uxa-render.c | 1 | ||||
-rw-r--r-- | src/uxa/uxa-unaccel.c | 4 |
7 files changed, 0 insertions, 15 deletions
diff --git a/src/uxa/i965_3d.c b/src/uxa/i965_3d.c index fe2d9aa6..757a9794 100644 --- a/src/uxa/i965_3d.c +++ b/src/uxa/i965_3d.c @@ -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) diff --git a/src/uxa/intel_display.c b/src/uxa/intel_display.c index 3c2f9643..9bda0068 100644 --- a/src/uxa/intel_display.c +++ b/src/uxa/intel_display.c @@ -35,7 +35,6 @@ #include <fcntl.h> #include <unistd.h> #include <errno.h> -#include <poll.h> #include <sys/ioctl.h> #include "xorg-server.h" diff --git a/src/uxa/intel_driver.c b/src/uxa/intel_driver.c index 431c34ba..e035973b 100644 --- a/src/uxa/intel_driver.c +++ b/src/uxa/intel_driver.c @@ -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" diff --git a/src/uxa/uxa-accel.c b/src/uxa/uxa-accel.c index 27215ddf..f1ae9a1f 100644 --- a/src/uxa/uxa-accel.c +++ b/src/uxa/uxa-accel.c @@ -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, diff --git a/src/uxa/uxa-glyphs.c b/src/uxa/uxa-glyphs.c index b022c833..de36fcbe 100644 --- a/src/uxa/uxa-glyphs.c +++ b/src/uxa/uxa-glyphs.c @@ -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. diff --git a/src/uxa/uxa-render.c b/src/uxa/uxa-render.c index d783ea26..992a008e 100644 --- a/src/uxa/uxa-render.c +++ b/src/uxa/uxa-render.c @@ -30,7 +30,6 @@ #include "uxa-priv.h" #include "uxa-glamor.h" -#include <xorgVersion.h> #ifdef RENDER #include "mipict.h" diff --git a/src/uxa/uxa-unaccel.c b/src/uxa/uxa-unaccel.c index f4310494..6d383e41 100644 --- a/src/uxa/uxa-unaccel.c +++ b/src/uxa/uxa-unaccel.c @@ -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 |