summary refs log tree commit diff
path: root/parse.y
diff options
context:
space:
mode:
authorokan <okan>2009-12-15 03:24:36 +0000
committerokan <okan>2009-12-15 03:24:36 +0000
commitb6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8 (patch)
treebf53af07edb76a5039d3ee7581a8d643302f501f /parse.y
parent49661d405b6414357f60e75135c5cce3967fa519 (diff)
downloadcwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.tar.gz
cwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.tar.xz
cwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.zip
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.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index c60995c..db4345b 100644
--- a/parse.y
+++ b/parse.y
@@ -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);