diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-07-14 16:43:53 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-07-14 16:43:53 -0400 |
commit | 6b8dfa2858c16b3cba4cd1e560000c47db3e50e6 (patch) | |
tree | de86d0578c2ab61657835c3fa3d2012180e9d3ea /tty.c | |
parent | c494561b43b264223b7a8f800221b7e87dbb67eb (diff) |
remove unnecessary headers
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ #include <stdio.h> #include <stdlib.h> #include <termios.h> -#include <unistd.h> #include "more.h" |