summaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-07-14 16:43:53 -0400
committerJakob Kaivo <jkk@ung.org>2020-07-14 16:43:53 -0400
commit6b8dfa2858c16b3cba4cd1e560000c47db3e50e6 (patch)
treede86d0578c2ab61657835c3fa3d2012180e9d3ea /tty.c
parentc494561b43b264223b7a8f800221b7e87dbb67eb (diff)
remove unnecessary headers
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 375601c..3752cd7 100644
--- a/tty.c
+++ b/tty.c
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
-#include <unistd.h>
#include "more.h"