summaryrefslogtreecommitdiff
path: root/app/cwm/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'app/cwm/parse.y')
-rw-r--r--app/cwm/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/parse.y b/app/cwm/parse.y
index 337be45bf..8875900b8 100644
--- a/app/cwm/parse.y
+++ b/app/cwm/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);