mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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
48f3b9f73f
commit
0b8947782f
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
Loading…
Reference in a new issue