]> mj.ucw.cz Git - libucw.git/blobdiff - lib/regex.c
Merged extended mempool from the dev-playground branch.
[libucw.git] / lib / regex.c
index f952333e7e061aabd30dd5013394d32b86017cd1..2ff216762dc5689b786b2c5ab9ac35cc0732cb7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Interface to Regular Expression Libraries
+ *     UCW Library -- Interface to Regular Expression Libraries
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
@@ -14,7 +14,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <stdlib.h>
 
 #if defined(CONFIG_OWN_REGEX) || defined(CONFIG_POSIX_REGEX)