aboutsummaryrefslogtreecommitdiff
path: root/lib/term_key.h
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 07:54:08 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 07:54:08 +0200
commitfc339fa3cb9c03fdebd300f7018b23931a3eb7bd (patch)
treea56a905814ebc4ca6b738edb2f6cf712db3083d1 /lib/term_key.h
parent6a66576bf6a1039a970ca8d418922a7bcd9e5f36 (diff)
lib: clean up includes
Diffstat (limited to 'lib/term_key.h')
-rw-r--r--lib/term_key.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/term_key.h b/lib/term_key.h
index f92ef80..7930eaa 100644
--- a/lib/term_key.h
+++ b/lib/term_key.h
@@ -22,14 +22,9 @@
#ifndef DYLAN_TERM_KEY_H
#define DYLAN_TERM_KEY_H
-#include <fcntl.h>
-#include <signal.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <termios.h>
+#include <stdbool.h>
#include <unistd.h>
-#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/time.h>