summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2014-08-01 17:21:54 +0200
committerMathis Rosenhauer <rosenhauer@dkrz.de>2014-08-01 17:21:54 +0200
commit63494413f704a0e6b44bc80c6735c74b690defe8 (patch)
treececfefa01601566477b900ef385c4e571bfb59d9
parent6f2ffa1769746b622c4860d2491b0f7ff3407259 (diff)
downloadlibaec-63494413f704a0e6b44bc80c6735c74b690defe8.tar.gz
libaec-63494413f704a0e6b44bc80c6735c74b690defe8.tar.bz2
libaec-63494413f704a0e6b44bc80c6735c74b690defe8.zip
Config.h is required for these files.
-rw-r--r--src/decode.h4
-rw-r--r--src/encode.h4
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 <config.h>
-#endif
+#include <config.h>
#if HAVE_STDINT_H
# include <stdint.h>
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 <config.h>
-#endif
+#include <config.h>
#if HAVE_STDINT_H
# include <stdint.h>