From 401b3c20cc5508e38551cf9f2723b21f1761d5d7 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 7 Jun 2008 16:19:28 +0000 Subject: [PATCH] remove an unnecessary include --- bin/sh/alias.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 83cc9d48ef31..d27b65fbd15e 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include "shell.h" -#include "input.h" #include "output.h" #include "error.h" #include "memalloc.h"