aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/key_reader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_reader.cpp')
-rw-r--r--src/key_reader.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/key_reader.cpp b/src/key_reader.cpp
index 1cb3b3de..bb4a0075 100644
--- a/src/key_reader.cpp
+++ b/src/key_reader.cpp
@@ -5,19 +5,15 @@
Type ^C to exit the program.
*/
-#include "config.h"
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <termios.h>
-#include <unistd.h>
#include <locale.h>
#include <termcap.h>
#include "common.h"
-#include "fallback.h"
-
+#include "fallback.h" // IWYU pragma: keep
#include "input_common.h"
int writestr(char *str)