From c324325f9f13cdeb92153c5d00962341ba070ca2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 25 Apr 2008 13:58:56 +0300 Subject: Removed src/liblzma/common/sysdefs.h symlink, which was annoying, because "make dist" put two copies of sysdefs.h into the tarball instead of the symlink. --- src/liblzma/check/crc32_table.c | 2 +- src/liblzma/check/crc64_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liblzma/check') diff --git a/src/liblzma/check/crc32_table.c b/src/liblzma/check/crc32_table.c index f1cc0daf..4fcebc2b 100644 --- a/src/liblzma/check/crc32_table.c +++ b/src/liblzma/check/crc32_table.c @@ -11,7 +11,7 @@ // /////////////////////////////////////////////////////////////////////////////// -#include "sysdefs.h" +#include "common.h" #ifdef WORDS_BIGENDIAN # include "crc32_table_be.h" diff --git a/src/liblzma/check/crc64_table.c b/src/liblzma/check/crc64_table.c index 2f227319..983ed31f 100644 --- a/src/liblzma/check/crc64_table.c +++ b/src/liblzma/check/crc64_table.c @@ -11,7 +11,7 @@ // /////////////////////////////////////////////////////////////////////////////// -#include "sysdefs.h" +#include "common.h" #ifdef WORDS_BIGENDIAN # include "crc64_table_be.h" -- cgit v1.2.3