Skip to content

Commit 4f58ff6

Browse files
committed
backport
1 parent 49276f2 commit 4f58ff6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Modules/_blake2/blake2b_impl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
# define Py_BUILD_CORE_MODULE 1
1818
#endif
1919

20-
#include <stdbool.h>
2120
#include "Python.h"
2221
#include "pycore_strhex.h" // _Py_strhex()
2322

23+
#include <stdbool.h>
24+
2425
#include "../hashlib.h"
2526
#include "blake2module.h"
2627

Modules/_blake2/blake2s_impl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
# define Py_BUILD_CORE_MODULE 1
1818
#endif
1919

20-
#include <stdbool.h>
2120
#include "Python.h"
2221
#include "pycore_strhex.h" // _Py_strhex()
2322

23+
#include <stdbool.h>
24+
2425
#include "../hashlib.h"
2526
#include "blake2module.h"
2627

0 commit comments

Comments
 (0)