changeset 34409:6cb7a1779d8a

Remove unnecessary #include. The #include is already in the header file where it has to be.
author ib
date Tue, 03 Jan 2012 23:50:52 +0000
parents aa4bd0c197d8
children bb440bfcade9
files gui/wm/ws.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Tue Jan 03 23:10:34 2012 +0000
+++ b/gui/wm/ws.c	Tue Jan 03 23:50:52 2012 +0000
@@ -50,7 +50,6 @@
 #include "ws.h"
 #include "wsxdnd.h"
 
-#include <X11/extensions/XShm.h>
 #ifdef CONFIG_XSHAPE
 #include <X11/extensions/shape.h>
 #endif