removed "error_public.h" dependency from "zstd.h"

This commit is contained in:
Yann Collet
2016-07-07 14:17:40 +02:00
parent 974f52fc5d
commit e72efeb0a1
3 changed files with 7 additions and 13 deletions
+2 -1
View File
@@ -41,7 +41,8 @@
#include <string.h> /* strcmp */
#include <time.h> /* clock_t */
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue, ZSTD_compressBlock */
#include "zstd.h" /* ZSTD_VERSION_STRING, ZSTD_getErrorCode */
#include "zstd.h" /* ZSTD_VERSION_STRING */
#include "error_public.h" /* ZSTD_getErrorCode */
#include "zdict.h" /* ZDICT_trainFromBuffer */
#include "datagen.h" /* RDG_genBuffer */
#include "mem.h"