Date: Tue, 14 Apr 2015 18:13:56 +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: r281532 - head/usr.sbin/ctld Message-ID: <201504141813.t3EIDu13018421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Tue Apr 14 18:13:55 2015 New Revision: 281532 URL: https://svnweb.freebsd.org/changeset/base/281532 Log: Eliminate unused headers. Modified: head/usr.sbin/ctld/discovery.c head/usr.sbin/ctld/isns.c head/usr.sbin/ctld/keys.c head/usr.sbin/ctld/login.c head/usr.sbin/ctld/parse.y head/usr.sbin/ctld/pdu.c head/usr.sbin/ctld/token.l Modified: head/usr.sbin/ctld/discovery.c ============================================================================== --- head/usr.sbin/ctld/discovery.c Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/discovery.c Tue Apr 14 18:13:55 2015 (r281532) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Modified: head/usr.sbin/ctld/isns.c ============================================================================== --- head/usr.sbin/ctld/isns.c Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/isns.c Tue Apr 14 18:13:55 2015 (r281532) @@ -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: head/usr.sbin/ctld/keys.c ============================================================================== --- head/usr.sbin/ctld/keys.c Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/keys.c Tue Apr 14 18:13:55 2015 (r281532) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> Modified: head/usr.sbin/ctld/login.c ============================================================================== --- head/usr.sbin/ctld/login.c Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/login.c Tue Apr 14 18:13:55 2015 (r281532) @@ -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: head/usr.sbin/ctld/parse.y ============================================================================== --- head/usr.sbin/ctld/parse.y Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/parse.y Tue Apr 14 18:13:55 2015 (r281532) @@ -35,7 +35,6 @@ #include <sys/stat.h> #include <assert.h> #include <stdio.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> Modified: head/usr.sbin/ctld/pdu.c ============================================================================== --- head/usr.sbin/ctld/pdu.c Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/pdu.c Tue Apr 14 18:13:55 2015 (r281532) @@ -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: head/usr.sbin/ctld/token.l ============================================================================== --- head/usr.sbin/ctld/token.l Tue Apr 14 16:33:33 2015 (r281531) +++ head/usr.sbin/ctld/token.l Tue Apr 14 18:13:55 2015 (r281532) @@ -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?201504141813.t3EIDu13018421>