Mercurial > mplayer.hg
changeset 35689:411ae24eef28
Remove unnecessary #includes.
author | ib |
---|---|
date | Fri, 18 Jan 2013 17:53:44 +0000 |
parents | 6fd886ce32b9 |
children | f6470f5787b9 |
files | gui/wm/ws.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.h Fri Jan 18 17:35:07 2013 +0000 +++ b/gui/wm/ws.h Fri Jan 18 17:53:44 2013 +0000 @@ -23,12 +23,11 @@ #define MPLAYER_GUI_WS_H #include "gui/dialog/dialog.h" + #include "config.h" #include <X11/Xlib.h> #include <X11/Xutil.h> -#include <X11/keysym.h> -#include <X11/Xatom.h> #ifdef HAVE_SHM #include <X11/extensions/XShm.h> #endif