aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 4ad0cee6264..9e64d027640 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -22,9 +22,7 @@ Boston, MA 02110-1301, USA. */
22#include <setjmp.h> 22#include <setjmp.h>
23#include <sys/file.h> 23#include <sys/file.h>
24#include <fcntl.h> 24#include <fcntl.h>
25#ifdef HAVE_UNISTD_H
26#include <unistd.h> 25#include <unistd.h>
27#endif
28 26
29#include "lisp.h" 27#include "lisp.h"
30 28
@@ -715,5 +713,3 @@ tprint (cap)
715 713
716#endif /* TEST */ 714#endif /* TEST */
717 715
718/* arch-tag: c2e8d427-2271-4fac-95fe-411857238b80
719 (do not change this comment) */