diff options
author | derrior <derrior@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:29 +0300 |
commit | 23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/libs/brotli/enc/cluster.h | |
parent | 9365a6d84363f5cb52059d1867c1fbf075ea63c3 (diff) | |
download | ydb-23d4769f0fea97cfb1028710e50f2b5ecd0ac2c0.tar.gz |
Restoring authorship annotation for <derrior@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/brotli/enc/cluster.h')
-rw-r--r-- | contrib/libs/brotli/enc/cluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/brotli/enc/cluster.h b/contrib/libs/brotli/enc/cluster.h index 93f80a9803..bb26124d24 100644 --- a/contrib/libs/brotli/enc/cluster.h +++ b/contrib/libs/brotli/enc/cluster.h @@ -9,7 +9,7 @@ #ifndef BROTLI_ENC_CLUSTER_H_ #define BROTLI_ENC_CLUSTER_H_ -#include "../common/platform.h" +#include "../common/platform.h" #include <brotli/types.h> #include "./histogram.h" #include "./memory.h" |