diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-03-08 09:48:47 +0100 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-08 17:24:53 +0800 |
commit | 2604959f19d78567d6a4eb0cd944edf6c0bfc35f (patch) | |
tree | 949499b7077e69b3e4357bcaa267363dc3201811 | |
parent | 68b4274b0df867c4569194edb54256d603adea1c (diff) |
Drop <va/va_x11.h> include from <va/va_backend.h> as it is pointless.
-rw-r--r-- | va/va_backend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/va/va_backend.h b/va/va_backend.h index c7ae5a1..ff86744 100644 --- a/va/va_backend.h +++ b/va/va_backend.h @@ -30,8 +30,6 @@ #define _VA_BACKEND_H_ #include <va/va.h> -#include <va/va_x11.h> - #include <X11/Xlib.h> #include <linux/videodev2.h> |