Happy new year
[yaz-moved-to-github.git] / src / ccl_stop_words.c
index 9d06f98..a7e121b 100644 (file)
@@ -1,15 +1,17 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) 1995-2012 Index Data
  * See the file LICENSE for details.
  */
 /** 
  * \file ccl_stop_words.c
  * \brief Removes stop words from terms in RPN tree
  */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <string.h>
-#include <ctype.h>
 #include <yaz/ccl.h>
 #include <yaz/nmem.h>