1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

Move standard includes to zstd_deps.h

This commit is contained in:
Nick Terrell
2020-08-06 20:18:05 -07:00
parent a8c66881e5
commit 80f577baa2
28 changed files with 167 additions and 106 deletions

View File

@@ -43,6 +43,10 @@
#define ZSTD_MULTITHREAD
#endif
/* Include zstd_deps.h first with all the options we need enabled. */
#define ZSTD_DEPS_NEED_MALLOC
#include "common/zstd_deps.h"
#include "common/debug.c"
#include "common/entropy_common.c"
#include "common/error_private.c"

View File

@@ -39,6 +39,10 @@
#define ZSTD_LEGACY_SUPPORT 0
#define ZSTD_STRIP_ERROR_STRINGS
/* Include zstd_deps.h first with all the options we need enabled. */
#define ZSTD_DEPS_NEED_MALLOC
#include "common/zstd_deps.h"
#include "common/debug.c"
#include "common/entropy_common.c"
#include "common/error_private.c"