Skip to content

Commit 51f092d

Browse files
sort headers
1 parent 8a1c13d commit 51f092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#endif
44

55
#include "Python.h"
6-
#include "pycore_object.h" // _PyObject_SetMaybeWeakref
76
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_MUT()
87
#include "pycore_dict.h" // _PyDict_GetItem_KnownHash()
98
#include "pycore_freelist.h" // _Py_FREELIST_POP()
109
#include "pycore_llist.h" // struct llist_node
1110
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
1211
#include "pycore_moduleobject.h" // _PyModule_GetState()
12+
#include "pycore_object.h" // _PyObject_SetMaybeWeakref
1313
#include "pycore_pyerrors.h" // _PyErr_ClearExcState()
1414
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
1515
#include "pycore_pystate.h" // _PyThreadState_GET()

0 commit comments

Comments
 (0)