Date: Mon, 5 Oct 2015 07:42:05 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r288704 - stable/10/usr.sbin/ctld Message-ID: <201510050742.t957g5Zm084638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Mon Oct 5 07:42:05 2015 New Revision: 288704 URL: https://svnweb.freebsd.org/changeset/base/288704 Log: MFC r281532 (by delphij): Eliminate unused headers. Modified: stable/10/usr.sbin/ctld/discovery.c stable/10/usr.sbin/ctld/isns.c stable/10/usr.sbin/ctld/keys.c stable/10/usr.sbin/ctld/login.c stable/10/usr.sbin/ctld/parse.y stable/10/usr.sbin/ctld/pdu.c stable/10/usr.sbin/ctld/token.l Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/ctld/discovery.c ============================================================================== --- stable/10/usr.sbin/ctld/discovery.c Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/discovery.c Mon Oct 5 07:42:05 2015 (r288704) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Modified: stable/10/usr.sbin/ctld/isns.c ============================================================================== --- stable/10/usr.sbin/ctld/isns.c Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/isns.c Mon Oct 5 07:42:05 2015 (r288704) @@ -35,14 +35,8 @@ __FBSDID("$FreeBSD$"); #include <sys/endian.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <assert.h> -#include <ctype.h> -#include <errno.h> #include <netdb.h> -#include <signal.h> #include <stdbool.h> -#include <stdio.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h> Modified: stable/10/usr.sbin/ctld/keys.c ============================================================================== --- stable/10/usr.sbin/ctld/keys.c Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/keys.c Mon Oct 5 07:42:05 2015 (r288704) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Modified: stable/10/usr.sbin/ctld/login.c ============================================================================== --- stable/10/usr.sbin/ctld/login.c Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/login.c Mon Oct 5 07:42:05 2015 (r288704) @@ -33,8 +33,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> #include <stdbool.h> -#include <stdint.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> Modified: stable/10/usr.sbin/ctld/parse.y ============================================================================== --- stable/10/usr.sbin/ctld/parse.y Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/parse.y Mon Oct 5 07:42:05 2015 (r288704) @@ -35,7 +35,6 @@ #include <sys/stat.h> #include <assert.h> #include <stdio.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> Modified: stable/10/usr.sbin/ctld/pdu.c ============================================================================== --- stable/10/usr.sbin/ctld/pdu.c Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/pdu.c Mon Oct 5 07:42:05 2015 (r288704) @@ -34,8 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/uio.h> #include <assert.h> -#include <stdint.h> -#include <stdio.h> #include <stdlib.h> #include <unistd.h> Modified: stable/10/usr.sbin/ctld/token.l ============================================================================== --- stable/10/usr.sbin/ctld/token.l Mon Oct 5 07:41:12 2015 (r288703) +++ stable/10/usr.sbin/ctld/token.l Mon Oct 5 07:42:05 2015 (r288704) @@ -34,7 +34,6 @@ #include <stdint.h> #include <string.h> -#include "ctld.h" #include "y.tab.h" int lineno;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510050742.t957g5Zm084638>