From 63494413f704a0e6b44bc80c6735c74b690defe8 Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Fri, 1 Aug 2014 17:21:54 +0200 Subject: [PATCH] Config.h is required for these files. --- src/decode.h | 4 +--- src/encode.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/decode.h b/src/decode.h index 9d727be..ceb05fc 100644 --- a/src/decode.h +++ b/src/decode.h @@ -54,9 +54,7 @@ #ifndef DECODE_H #define DECODE_H 1 -#if HAVE_CONFIG_H -# include -#endif +#include #if HAVE_STDINT_H # include diff --git a/src/encode.h b/src/encode.h index 4070689..36cfcd4 100644 --- a/src/encode.h +++ b/src/encode.h @@ -54,9 +54,7 @@ #ifndef ENCODE_H #define ENCODE_H 1 -#if HAVE_CONFIG_H -# include -#endif +#include #if HAVE_STDINT_H # include -- 2.7.4