X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatimatch.c;h=40a61756ad78b0034a2c54b836fd138f57ae91c5;hb=2e2adfa5d7ac912434bef5b8a9b25cfb14d4a4a6;hp=fa651b06dda3acfb52ba9ed6cddb3130e811f9cb;hpb=fab01e0b82bb1678b168fe56940aaa555c3360d5;p=libucw.git diff --git a/lib/patimatch.c b/lib/patimatch.c index fa651b06..40a61756 100644 --- a/lib/patimatch.c +++ b/lib/patimatch.c @@ -1,16 +1,13 @@ /* * Sherlock Library -- Shell-Like Case-Insensitive Pattern Matching (currently only '?' and '*') * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares */ -#include -#include - -#include "lib.h" -#include "string.h" +#include "lib/lib.h" +#include "lib/chartype.h" #define Convert(x) Cupcase(x) #define MATCH_FUNC_NAME match_pattern_nocase -#include "patmatch.h" +#include "lib/patmatch.h"