diff options
author | okan | 2009-12-15 03:24:36 +0000 |
---|---|---|
committer | okan | 2009-12-15 03:24:36 +0000 |
commit | 9be5b221efa55fac8e10a5c9640b97d2174f154e (patch) | |
tree | 52790f3b7085b7721fb57fd4f6c94971e2bd2e24 /search.c | |
parent | 43facbcfdbfdb0b3d82e353f16830a9dfd9170a2 (diff) | |
download | cwm-9be5b221efa55fac8e10a5c9640b97d2174f154e.tar.gz |
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,11 +14,11 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: search.c,v 1.17 2009/06/26 12:45:12 oga Exp $ + * $Id: search.c,v 1.18 2009/12/15 03:24:36 okan Exp $ */ #include <fnmatch.h> -#include "headers.h" + #include "calmwm.h" static int strsubmatch(char *, char *, int); |