diff options
author | marcel <marcel@FreeBSD.org> | 2012-05-17 20:29:15 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2012-05-17 20:29:15 +0000 |
commit | 6bbc518f3024e03376c57ea63fed939c5a1268c7 (patch) | |
tree | 6144b8f2214fb5856285fc6bde806c397bd14c81 | |
parent | 9185c7e2f741f7dc245a2e427ace1736d7702ae7 (diff) | |
download | FreeBSD-src-6bbc518f3024e03376c57ea63fed939c5a1268c7.zip FreeBSD-src-6bbc518f3024e03376c57ea63fed939c5a1268c7.tar.gz |
Remove unused header (libutil.h)
-rw-r--r-- | bin/rcp/rcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 4577b20..3357705 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <errno.h> #include <fcntl.h> -#include <libutil.h> #include <limits.h> #include <netdb.h> #include <paths.h> |