[1.5.0] Move zstd_errors.h and zdict.h to lib/ root
`zstd_errors.h` and `zdict.h` are public headers, so they deserve to be in the root `lib/` directory with `zstd.h`, not mixed in with our private headers.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "datagen.h" /* RDG_genBuffer */
|
||||
#include "../lib/common/xxhash.h"
|
||||
#include "benchzstd.h"
|
||||
#include "../lib/common/zstd_errors.h"
|
||||
#include "../lib/zstd_errors.h"
|
||||
|
||||
|
||||
/* *************************************
|
||||
|
||||
Reference in New Issue
Block a user