]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Remove incorrect #ifdef from range_common.h.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 6 Feb 2018 16:02:48 +0000 (18:02 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 6 Feb 2018 16:02:48 +0000 (18:02 +0200)
In most cases it was harmless but it could affect some
custom build systems.

Thanks to Pippijn van Steenhoven.

src/liblzma/rangecoder/range_common.h

index 0e6424198d13d175799094df71014631b098ea9d..2c74dc1537c8fa1c2fe86ca73f6c19f8315d479f 100644 (file)
@@ -14,9 +14,7 @@
 #ifndef LZMA_RANGE_COMMON_H
 #define LZMA_RANGE_COMMON_H
 
-#ifdef HAVE_CONFIG_H
-#      include "common.h"
-#endif
+#include "common.h"
 
 
 ///////////////