aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2014-01-30 15:41:11 +0000
committerokan2014-01-30 15:41:11 +0000
commit0a9f61cb393cf96147389b138b883df1ead53d6b (patch)
tree5e3cdcf3871402b00bb9215b34ad80d0f41d5c3a /xevents.c
parent32dd324f77b7e17e3fbfda6b85c2cad6c47787ea (diff)
downloadcwm-0a9f61cb393cf96147389b138b883df1ead53d6b.tar.gz
Move cwm_status around to avoid header fu, and remove extraneous signal
header from xevents.c; noticed by Christian Neukirchen.
Diffstat (limited to '')
-rw-r--r--xevents.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index 4a4532f..f2b520f 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xevents.c,v 1.108 2014/01/29 21:13:52 okan Exp $
+ * $OpenBSD: xevents.c,v 1.109 2014/01/30 15:41:11 okan Exp $
*/
/*
@@ -29,7 +29,6 @@
#include <err.h>
#include <errno.h>
-#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>