aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal.h')
-rw-r--r--src/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/signal.h b/src/signal.h
index fa24cc2b..2800caf6 100644
--- a/src/signal.h
+++ b/src/signal.h
@@ -3,7 +3,6 @@
#define FISH_SIGNALH
#include <signal.h>
-#include <stdbool.h>
/// Get the integer signal value representing the specified signal, or -1 of no signal was found.
int wcs2sig(const wchar_t *str);