Remove a few redundant include(s).
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Nov 2012 09:35:58 +0000 (10:35 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Nov 2012 09:35:58 +0000 (10:35 +0100)
include/idzebra/util.h
include/it_key.h
include/sortidx.h
include/su_codec.h

index 36a7bf4..f53a48a 100644 (file)
@@ -23,8 +23,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <yaz/yconfig.h>
 #include <yaz/log.h>
 
-#include <idzebra/version.h>
-
 /**
   expand GCC_ATTRIBUTE if GCC is in use. See :
   http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
@@ -43,11 +41,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define ZEBRA_GCC_ATTR(x)
 #endif
 
-/* check that we don't have all too old yaz */
-#ifndef YLOG_ERRNO
-#error Need a modern yaz with YLOG_ defines
-#endif
-
 YAZ_BEGIN_CDECL
 
 /** \var zint
index 40071fc..7198d68 100644 (file)
@@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #ifndef ZEBRA_IT_KEY_H
 #define ZEBRA_IT_KEY_H
 
-#include <idzebra/version.h>
 #include <idzebra/util.h>
 
 YAZ_BEGIN_CDECL
index d660d19..1fa24b6 100644 (file)
@@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define SORTIDX_H
 
 #include <yaz/yconfig.h>
-#include <idzebra/version.h>
 #include <idzebra/bfile.h>
 #include <yaz/wrbuf.h>
 
index f3ccf32..fe9f36c 100644 (file)
@@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #ifndef ZEBRA_SU_CODEC_H
 #define ZEBRA_SU_CODEC_H
 
-#include <idzebra/version.h>
 #include <idzebra/util.h>
 
 YAZ_BEGIN_CDECL