diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-11-23 20:20:51 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-11-23 20:20:51 +0000 |
commit | af80fe7f1259a6040cf50083141e00bd58d9eabd (patch) | |
tree | 12d65d5b88c383ca40f9f8b3067566b3a3513492 /libvo | |
parent | ff05d203b2b7ef476419df6fdf5de83a3be4b391 (diff) | |
download | mpv-af80fe7f1259a6040cf50083141e00bd58d9eabd.tar.bz2 mpv-af80fe7f1259a6040cf50083141e00bd58d9eabd.tar.xz |
Remove unnecessary xf86vmode.h include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28008 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_x11.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 37a10bfee5..f1bdb4d764 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -12,9 +12,6 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> -#ifdef CONFIG_XF86VM -#include <X11/extensions/xf86vmode.h> -#endif #include <errno.h> #include "x11_common.h" |