From: Yann Collet Date: Wed, 10 Feb 2016 14:05:12 +0000 (+0100) Subject: change zstd_opt.c into zstd_opt.h, since it's included X-Git-Tag: v0.5.1^2~3^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b63f7fbb0daf3a4e32a2b7a5bed462b67604ca4;p=thirdparty%2Fzstd.git change zstd_opt.c into zstd_opt.h, since it's included --- diff --git a/lib/zstd_compress.c b/lib/zstd_compress.c index 6ca31895e..db774ccd8 100644 --- a/lib/zstd_compress.c +++ b/lib/zstd_compress.c @@ -1697,7 +1697,7 @@ _storeSequence: } } -#include "zstd_opt.c" +#include "zstd_opt.h" static void ZSTD_compressBlock_opt_bt(ZSTD_CCtx* ctx, const void* src, size_t srcSize) { diff --git a/lib/zstd_opt.c b/lib/zstd_opt.h similarity index 100% rename from lib/zstd_opt.c rename to lib/zstd_opt.h