From ad859ed8cfddbcc4b6792d84634fae556c972e48 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 15 May 2012 22:50:47 +0000 Subject: [PATCH] sh: Remove an unused header. The read builtin no longer does things with termios. --- bin/sh/miscbltin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index fce13b5c147d..f602177552a9 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include "shell.h" #include "options.h"