X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fctmatch.c;h=4c2687b9b3cdefa113b8bf33540810971d2867c5;hb=8ffdaed1c5f5bf4ad0914b8d17f14af51ce037a5;hp=ffa1385cdd878e54c81adecc41517ebad06c4467;hpb=5c0bbefcd53a333f02e4cca525ff3d5f3805121e;p=libucw.git diff --git a/lib/ctmatch.c b/lib/ctmatch.c index ffa1385c..4c2687b9 100644 --- a/lib/ctmatch.c +++ b/lib/ctmatch.c @@ -1,13 +1,11 @@ /* * Sherlock Library -- Content-Type Pattern Matching * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares */ -#include - -#include "lib.h" -#include "string.h" +#include "lib/lib.h" +#include "lib/chartype.h" int match_ct_patt(byte *p, byte *t)