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:
Lasse Collin 2018-02-06 18:02:48 +02:00
parent bc577d35c2
commit fb6d4f83cb
1 changed files with 1 additions and 3 deletions

View 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"
///////////////