Skip to content

Commit

Permalink
Remove unnecessary header
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 6, 2023
1 parent 0616eaf commit ade5b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/signalmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/* XXX Signals should be recorded per thread, now we have thread state. */

#include "Python.h"
#include "pyatomic.h" // _Py_atomic_store_uintptr _Py_atomic_load_uintptr
#include "pycore_call.h" // _PyObject_Call()
#include "pycore_ceval.h" // _PyEval_SignalReceived()
#include "pycore_emscripten_signal.h" // _Py_CHECK_EMSCRIPTEN_SIGNALS
Expand Down

0 comments on commit ade5b19

Please sign in to comment.