sh: Remove an unused header.

The read builtin no longer does things with termios.
This commit is contained in:
Jilles Tjoelker 2012-05-15 22:50:47 +00:00
parent 45e2c46b37
commit ad859ed8cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235488

View File

@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
#include "shell.h"
#include "options.h"