]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patimatch.c
The StringMap file contains an end marker pointing past the last
[libucw.git] / lib / patimatch.c
index fa651b06dda3acfb52ba9ed6cddb3130e811f9cb..40a61756ad78b0034a2c54b836fd138f57ae91c5 100644 (file)
@@ -1,16 +1,13 @@
 /*
  *     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.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"