From: Mathis Rosenhauer Date: Tue, 29 Jul 2014 13:36:16 +0000 (+0200) Subject: Hide config.h. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025501~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a4b99e84d1f34fc742659543273d48775e2c277;p=platform%2Fupstream%2Flibaec.git Hide config.h. --- diff --git a/src/decode.h b/src/decode.h index 32c4671..af65bd7 100644 --- a/src/decode.h +++ b/src/decode.h @@ -54,6 +54,10 @@ #ifndef DECODE_H #define DECODE_H 1 +#if HAVE_CONFIG_H +# include +#endif + #if HAVE_STDINT_H # include #endif diff --git a/src/encode.h b/src/encode.h index 264cd77..e11cb5b 100644 --- a/src/encode.h +++ b/src/encode.h @@ -54,6 +54,10 @@ #ifndef ENCODE_H #define ENCODE_H 1 +#if HAVE_CONFIG_H +# include +#endif + #if HAVE_STDINT_H # include #endif diff --git a/src/libaec.h b/src/libaec.h index 1d99466..5acd241 100644 --- a/src/libaec.h +++ b/src/libaec.h @@ -55,10 +55,6 @@ #include -#if HAVE_CONFIG_H -# include -#endif - #if _WIN32 && BUILD_SHARED_LIBS # ifdef DLL_EXPORT # define AEC_SCOPE __declspec(dllexport)