diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-18 11:41:33 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-01-27 09:30:47 -0800 |
commit | a7b8ce8b4207a93c0455a0b796cfc47917c04a9c (patch) | |
tree | 337623035fc660824cc8b2b40b6ebf936c723d18 /glamor/glamor.h | |
parent | 7759e4d090f56cdcad1c8a2acb2c1be20021de5d (diff) |
glamor: Drop xfree86 dependencies from this dix module.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor.h')
-rw-r--r-- | glamor/glamor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/glamor/glamor.h b/glamor/glamor.h index 7dc297311..f1805e01d 100644 --- a/glamor/glamor.h +++ b/glamor/glamor.h @@ -30,14 +30,12 @@ #define GLAMOR_H #include <scrnintstr.h> -#include <xf86.h> -#include <xf86str.h> #include <pixmapstr.h> #include <gcstruct.h> #include <picturestr.h> #include <fb.h> #include <fbpict.h> -#include <xf86xv.h> + /* * glamor_pixmap_type : glamor pixmap's type. * @MEMORY: pixmap is in memory. |