aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authorokan2009-12-15 03:24:36 +0000
committerokan2009-12-15 03:24:36 +0000
commit9be5b221efa55fac8e10a5c9640b97d2174f154e (patch)
tree52790f3b7085b7721fb57fd4f6c94971e2bd2e24 /parse.y
parent43facbcfdbfdb0b3d82e353f16830a9dfd9170a2 (diff)
downloadcwm-9be5b221efa55fac8e10a5c9640b97d2174f154e.tar.gz
merge the 2 common header files; specific includes to be pulled out as
separate commits. ok oga@
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 337be45..8875900 100644
--- a/parse.y
+++ b/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.22 2009/12/11 17:51:42 oga Exp $ */
+/* $OpenBSD: parse.y,v 1.23 2009/12/15 03:24:36 okan Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -29,7 +29,6 @@
#include <stdlib.h>
#include <string.h>
-#include "headers.h"
#include "calmwm.h"
TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);