Skip to content

Commit 942be5b

Browse files
committed
Reduce transitive includes
1 parent 161b826 commit 942be5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_zstd/buffer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Python module.
55

66
#ifndef ZSTD_BUFFER_H
77
#define ZSTD_BUFFER_H
8-
#include "_zstdmodule.h"
98
#include "Python.h"
109
#include "pycore_blocks_output_buffer.h"
1110

11+
#include <zstd.h> // ZSTD_outBuffer
12+
1213
/* Blocks output buffer wrapper code */
1314

1415
/* Initialize the buffer, and grow the buffer.

0 commit comments

Comments
 (0)