Skip to content

Commit fb02f9d

Browse files
committed
Reorder imports
1 parent 1920fcb commit fb02f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#include "Python.h"
2929
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
3030
#include "pycore_fileutils.h" // _PyIsSelectable_fd()
31-
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED()
3231
#include "pycore_long.h" // _PyLong_UnsignedLongLong_Converter()
32+
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED()
3333
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
3434
#include "pycore_time.h" // _PyDeadline_Init()
3535
#include "pycore_tuple.h" // _PyTuple_FromPair

0 commit comments

Comments
 (0)