]> git.sesse.net Git - vlc/commitdiff
Remove useless #include
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Aug 2009 20:20:22 +0000 (23:20 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Aug 2009 20:21:36 +0000 (23:21 +0300)
modules/video_output/x11/xcommon.c

index 5cce012930308f88392fbc09d8589e680561f7a3..424045a396528eb5b9d356947084a50aee9b8934 100644 (file)
@@ -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