[vlc-devel] commit: Remove useless #include ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Aug 16 22:22:58 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 16 23:20:22 2009 +0300| [8d54feef1dcd93821c93c31031619ade8134dfac] | committer: Rémi Denis-Courmont 

Remove useless #include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d54feef1dcd93821c93c31031619ade8134dfac
---

 modules/video_output/x11/xcommon.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 5cce012..424045a 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -57,8 +57,6 @@
 #include <X11/Xproto.h>
 #include <X11/Xmd.h>
 #include <X11/Xutil.h>
-#include <X11/keysym.h>
-#include <X11/XF86keysym.h>
 #ifdef HAVE_SYS_SHM_H
 #   include <X11/extensions/XShm.h>
 #endif




More information about the vlc-devel mailing list