diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2011-12-29 16:27:24 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2012-01-10 15:00:02 +0800 |
commit | fe140f03726c603f4802e4977621b46f03fe4d3c (patch) | |
tree | 97b8658474e17dfcd99e00a8037be06e7bd26981 /src/gen6_mfd.c | |
parent | f05b82b9bb1a7465bb813ac2097464d539689558 (diff) | |
download | libva-intel-driver-fe140f03726c603f4802e4977621b46f03fe4d3c.tar.gz libva-intel-driver-fe140f03726c603f4802e4977621b46f03fe4d3c.tar.bz2 libva-intel-driver-fe140f03726c603f4802e4977621b46f03fe4d3c.zip |
Avoid depending on va_backend.h for some files
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/gen6_mfd.c')
-rw-r--r-- | src/gen6_mfd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gen6_mfd.c b/src/gen6_mfd.c index 92cbce9..a38360b 100644 --- a/src/gen6_mfd.c +++ b/src/gen6_mfd.c @@ -31,8 +31,6 @@ #include <string.h> #include <assert.h> -#include <va/va_backend.h> - #include "intel_batchbuffer.h" #include "intel_driver.h" |