From 4f71537a478fc551989245f0dde38997714eedc1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 14 Nov 2012 10:35:58 +0100 Subject: [PATCH] Remove a few redundant include(s). --- include/idzebra/util.h | 7 ------- include/it_key.h | 1 - include/sortidx.h | 1 - include/su_codec.h | 1 - 4 files changed, 10 deletions(-) diff --git a/include/idzebra/util.h b/include/idzebra/util.h index 36a7bf4..f53a48a 100644 --- a/include/idzebra/util.h +++ b/include/idzebra/util.h @@ -23,8 +23,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include - /** 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 diff --git a/include/it_key.h b/include/it_key.h index 40071fc..7198d68 100644 --- a/include/it_key.h +++ b/include/it_key.h @@ -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 #include YAZ_BEGIN_CDECL diff --git a/include/sortidx.h b/include/sortidx.h index d660d19..1fa24b6 100644 --- a/include/sortidx.h +++ b/include/sortidx.h @@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define SORTIDX_H #include -#include #include #include diff --git a/include/su_codec.h b/include/su_codec.h index f3ccf32..fe9f36c 100644 --- a/include/su_codec.h +++ b/include/su_codec.h @@ -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 #include YAZ_BEGIN_CDECL -- 1.7.10.4