We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aac00 commit fe03b15Copy full SHA for fe03b15
Modules/_zstd/compressor.c
@@ -18,7 +18,6 @@ class _zstd.ZstdCompressor "ZstdCompressor *" "&zstd_compressor_type_spec"
18
#include "buffer.h"
19
#include "zstddict.h"
20
21
-#include <stdbool.h> // bool
22
#include <stddef.h> // offsetof()
23
#include <zstd.h> // ZSTD_*()
24
Modules/_zstd/zstddict.h
@@ -3,7 +3,6 @@
3
#ifndef ZSTD_DICT_H
4
#define ZSTD_DICT_H
5
6
7
#include <zstd.h> // ZSTD_DDict
8
9
typedef struct {
0 commit comments