Omit redundant include of yaz/yconfig.h.
[yaz-moved-to-github.git] / src / stemmer.c
index 7ee2633..21682a3 100644 (file)
@@ -1,13 +1,11 @@
 
 
 #if HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #if YAZ_HAVE_ICU
 
-#include <yaz/yconfig.h>
-
 #include <yaz/stemmer.h>
 
 #include <yaz/xmalloc.h>