mirror of https://git.tukaani.org/xz.git
liblzma: Remove incorrect #ifdef from range_common.h.
In most cases it was harmless but it could affect some custom build systems. Thanks to Pippijn van Steenhoven.
This commit is contained in:
parent
bc577d35c2
commit
fb6d4f83cb
|
@ -14,9 +14,7 @@
|
||||||
#ifndef LZMA_RANGE_COMMON_H
|
#ifndef LZMA_RANGE_COMMON_H
|
||||||
#define LZMA_RANGE_COMMON_H
|
#define LZMA_RANGE_COMMON_H
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "common.h"
|
||||||
# include "common.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
|
|
Loading…
Reference in New Issue