diff --git a/src/fcarch.c b/src/fcarch.c index 21516ff..398f4bb 100644 --- a/src/fcarch.c +++ b/src/fcarch.c @@ -23,10 +23,6 @@ #include -#ifdef HAVE_CONFIG_H -#include -#endif - #include "fcint.h" #include "fcarch.h" diff --git a/src/fccache.c b/src/fccache.c index e02d49e..3568595 100644 --- a/src/fccache.c +++ b/src/fccache.c @@ -20,9 +20,6 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #include "fcint.h" #include "fcarch.h" #include diff --git a/src/fccompat.c b/src/fccompat.c index d4f88c8..1c2ba8b 100644 --- a/src/fccompat.c +++ b/src/fccompat.c @@ -25,10 +25,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "fcint.h" #include diff --git a/src/fchash.c b/src/fchash.c index 7216bee..3830002 100644 --- a/src/fchash.c +++ b/src/fchash.c @@ -23,9 +23,6 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #include "fcint.h" #include #include diff --git a/src/fcstat.c b/src/fcstat.c index ab56aca..ff8e884 100644 --- a/src/fcstat.c +++ b/src/fcstat.c @@ -20,9 +20,6 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #include "fcint.h" #include "fcarch.h" #include