Hide config.h.
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Tue, 29 Jul 2014 13:36:16 +0000 (15:36 +0200)
committerMathis Rosenhauer <rosenhauer@dkrz.de>
Tue, 29 Jul 2014 13:36:16 +0000 (15:36 +0200)
src/decode.h
src/encode.h
src/libaec.h

index 32c4671..af65bd7 100644 (file)
 #ifndef DECODE_H
 #define DECODE_H 1
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if HAVE_STDINT_H
 #  include <stdint.h>
 #endif
index 264cd77..e11cb5b 100644 (file)
 #ifndef ENCODE_H
 #define ENCODE_H 1
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if HAVE_STDINT_H
 #  include <stdint.h>
 #endif
index 1d99466..5acd241 100644 (file)
 
 #include <stddef.h>
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if _WIN32 && BUILD_SHARED_LIBS
 #  ifdef DLL_EXPORT
 #    define AEC_SCOPE __declspec(dllexport)