zstd_buffered => zbuff

This commit is contained in:
Yann Collet
2016-02-12 18:59:11 +01:00
parent e0a3084d30
commit 62ae5fb0d2
7 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#include <sys/timeb.h> /* timeb */
#include <string.h> /* strcmp */
#include "mem.h"
#include "zstd_buffered.h"
#include "zbuff.h"
#include "zstd.h" /* ZSTD_compressBound() */
#include "datagen.h" /* RDG_genBuffer */
#include "xxhash.h" /* XXH64 */