aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-10 14:49:45 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-10 14:49:45 -0700
commite41eb5691417ecacade402759231f64778e3147f (patch)
treec28606655266f2702a30277f283e83b62f9a2cbb /sys/cmd/term
parent5daf8d56cdf6aecd1b7301c622c3e35eaa47bd42 (diff)
checkin: massive restructuring of dvtm
Diffstat (limited to 'sys/cmd/term')
-rw-r--r--sys/cmd/term/term.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cmd/term/term.h b/sys/cmd/term/term.h
index 00a646a..3c7e3ca 100644
--- a/sys/cmd/term/term.h
+++ b/sys/cmd/term/term.h
@@ -4,7 +4,6 @@
#include <u.h>
#include <libn.h>
-#include <errno.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/select.h>