Add new function nmem_strsplitx.
[yaz-moved-to-github.git] / src / match_glob.c
index 43f78cc..696a4a8 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) 1995-2011 Index Data
  * See the file LICENSE for details.
  */
 /**
@@ -12,7 +12,6 @@
 
 #include <assert.h>
 #include <stdlib.h>
-#include <ctype.h>
 #include <string.h>
 
 #include <yaz/xmalloc.h>