summary refs log tree commit diff
path: root/search.c
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 /search.c
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 'search.c')
-rw-r--r--search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.c b/search.c
index 2ee57ba..e136427 100644
--- a/search.c
+++ b/search.c
@@ -18,7 +18,7 @@
  */
 
 #include <fnmatch.h>
-#include "headers.h"
+
 #include "calmwm.h"
 
 static int	strsubmatch(char *, char *, int);