]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patimatch.c
Initial version of SQL gathering utility gsql added.
[libucw.git] / lib / patimatch.c
index e799f6947455fecce1a41bb4f39b9c0e5014dc27..40a61756ad78b0034a2c54b836fd138f57ae91c5 100644 (file)
@@ -1,12 +1,9 @@
 /*
  *     Sherlock Library -- Shell-Like Case-Insensitive 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"
 #include "lib/chartype.h"