Skip to content

Commit 161b826

Browse files
committed
Use angle-bracket includes
1 parent 8e5e1ca commit 161b826

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Modules/_zstd/_zstdmodule.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ Python module.
99
#define ZSTD_MODULE_H
1010
#include "Python.h"
1111

12-
#include "zstd.h"
13-
#include "zdict.h"
14-
1512
#include <stdbool.h> // bool
13+
#include <zstd.h>
14+
#include <zdict.h>
1615

1716

1817
/* Forward declaration of module state */

0 commit comments

Comments
 (0)