Date: Tue, 6 Oct 2015 22:45:23 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288959 - head/usr.sbin/iscsid Message-ID: <201510062245.t96MjNoB066369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Oct 6 22:45:23 2015 New Revision: 288959 URL: https://svnweb.freebsd.org/changeset/base/288959 Log: Remove a few unused headers. MFC after: 2 weeks Modified: head/usr.sbin/iscsid/discovery.c head/usr.sbin/iscsid/pdu.c Modified: head/usr.sbin/iscsid/discovery.c ============================================================================== --- head/usr.sbin/iscsid/discovery.c Tue Oct 6 22:28:28 2015 (r288958) +++ head/usr.sbin/iscsid/discovery.c Tue Oct 6 22:45:23 2015 (r288959) @@ -33,10 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/ioctl.h> -#include <assert.h> #include <stdbool.h> -#include <stdio.h> -#include <stdlib.h> #include <string.h> #include <netinet/in.h> Modified: head/usr.sbin/iscsid/pdu.c ============================================================================== --- head/usr.sbin/iscsid/pdu.c Tue Oct 6 22:28:28 2015 (r288958) +++ head/usr.sbin/iscsid/pdu.c Tue Oct 6 22:45:23 2015 (r288959) @@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <assert.h> #include <stdint.h> -#include <stdio.h> #include <stdlib.h> #include <unistd.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510062245.t96MjNoB066369>