diff options
author | okan <okan> | 2009-12-15 03:24:36 +0000 |
---|---|---|
committer | okan <okan> | 2009-12-15 03:24:36 +0000 |
commit | b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8 (patch) | |
tree | bf53af07edb76a5039d3ee7581a8d643302f501f /search.c | |
parent | 49661d405b6414357f60e75135c5cce3967fa519 (diff) | |
download | cwm-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.c | 2 |
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); |