diff options
author | rse <rse@FreeBSD.org> | 2008-06-07 16:19:28 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2008-06-07 16:19:28 +0000 |
commit | b71d06b94128098e187773c0a8f750f5f671e7c3 (patch) | |
tree | 4af495cd64ce164663e4746867945507e20ed426 /bin | |
parent | b7b2e13417337cb46b1e175744fd7532cf5379ca (diff) | |
download | FreeBSD-src-b71d06b94128098e187773c0a8f750f5f671e7c3.zip FreeBSD-src-b71d06b94128098e187773c0a8f750f5f671e7c3.tar.gz |
remove an unnecessary include
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/alias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 83cc9d4..d27b65f 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include <stdlib.h> #include "shell.h" -#include "input.h" #include "output.h" #include "error.h" #include "memalloc.h" |