aboutsummaryrefslogtreecommitdiff
path: root/lib/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/term.h')
-rw-r--r--lib/term.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/term.h b/lib/term.h
index b3b1440..4c0c2c5 100644
--- a/lib/term.h
+++ b/lib/term.h
@@ -22,16 +22,14 @@
#ifndef DYLAN_TERM_H
#define DYLAN_TERM_H
+#include <assert.h>
#include <fcntl.h>
#include <signal.h>
-#include <stdint.h>
-#include <stdio.h>
#include <termios.h>
#include <unistd.h>
-#include <sys/ioctl.h>
#include <sys/select.h>
-#include <sys/time.h>
+#include <sys/ioctl.h>
#include <sys/wait.h>
#include "util.h"