]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.c
Word type 0 is reserved.
[libucw.git] / lib / patmatch.c
index df73de57696babca58acecb32e763991e591ee94..837ae1a1c6bbf1e77f05db37de2d33bfeee927d1 100644 (file)
@@ -1,12 +1,9 @@
 /*
  *     Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <string.h>
-
 #include "lib/lib.h"
 
 #define Convert(x) (x)