Omit redundant include of yaz/yconfig.h.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 08:18:39 +0000 (10:18 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Apr 2011 08:19:04 +0000 (10:19 +0200)
src/seshigh.c
src/stemmer.c

index 2afbb4b..4d5eb7e 100644 (file)
@@ -56,7 +56,6 @@
 #include <libxml/tree.h>
 #endif
 
-#include <yaz/yconfig.h>
 #include <yaz/xmalloc.h>
 #include <yaz/comstack.h>
 #include "eventl.h"
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>