From b4d09565cf421ec2b69ea817da95fbf4a69fa95a Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 13 Dec 2009 03:53:15 +0000 Subject: [PATCH] xinstall.c does not require ctype functions, so ctype.h is not necessary here. Note: this would change the md5 checksum due to change caused by different register layout. --- usr.bin/xinstall/xinstall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 36257f4740f0..f896d6c21882 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include