remove an unnecessary include

This commit is contained in:
Ralf S. Engelschall 2008-06-07 16:19:28 +00:00
parent 1125f273e5
commit 401b3c20cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179638

View File

@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include "shell.h"
#include "input.h"
#include "output.h"
#include "error.h"
#include "memalloc.h"