diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index 290c455ad4..4373e589f3 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include @@ -185,6 +184,7 @@ _hurd_self_sigstate (void) # endif #endif +struct machine_thread_all_state; extern mach_port_t _hurdsig_abort_rpcs (struct hurd_sigstate *ss, int signo, int sigthread, struct machine_thread_all_state *state, int *state_change, @@ -331,7 +331,6 @@ extern void _hurd_internal_post_signal (struct hurd_sigstate *ss, stack the handler will use, and which describes the state of the thread encoded in STATE before running the handler). */ -struct machine_thread_all_state; extern struct sigcontext * _hurd_setup_sighandler (struct hurd_sigstate *ss, const struct sigaction *action, __sighandler_t handler,