summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-04-14 18:13:55 +0000
committerdelphij <delphij@FreeBSD.org>2015-04-14 18:13:55 +0000
commit8c6f9cd4e591e757fda58ad59ba597f6ca78cffe (patch)
treefd903234ea33ba2bbe0e37faf219c1510a70031d
parent4cf0410ad1c223d3d70e686fe913a0ab82c8bc03 (diff)
downloadFreeBSD-src-8c6f9cd4e591e757fda58ad59ba597f6ca78cffe.zip
FreeBSD-src-8c6f9cd4e591e757fda58ad59ba597f6ca78cffe.tar.gz
Eliminate unused headers.
-rw-r--r--usr.sbin/ctld/discovery.c1
-rw-r--r--usr.sbin/ctld/isns.c6
-rw-r--r--usr.sbin/ctld/keys.c1
-rw-r--r--usr.sbin/ctld/login.c2
-rw-r--r--usr.sbin/ctld/parse.y1
-rw-r--r--usr.sbin/ctld/pdu.c2
-rw-r--r--usr.sbin/ctld/token.l1
7 files changed, 0 insertions, 14 deletions
diff --git a/usr.sbin/ctld/discovery.c b/usr.sbin/ctld/discovery.c
index 15eaa76..d7d843e 100644
--- a/usr.sbin/ctld/discovery.c
+++ b/usr.sbin/ctld/discovery.c
@@ -32,7 +32,6 @@
__FBSDID("$FreeBSD$");
#include <assert.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.sbin/ctld/isns.c b/usr.sbin/ctld/isns.c
index 11eef3e0..f7381a1 100644
--- a/usr.sbin/ctld/isns.c
+++ b/usr.sbin/ctld/isns.c
@@ -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>
diff --git a/usr.sbin/ctld/keys.c b/usr.sbin/ctld/keys.c
index c8f222d..f339a10 100644
--- a/usr.sbin/ctld/keys.c
+++ b/usr.sbin/ctld/keys.c
@@ -32,7 +32,6 @@
__FBSDID("$FreeBSD$");
#include <assert.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.sbin/ctld/login.c b/usr.sbin/ctld/login.c
index 9f9ef3c..c7b8b95 100644
--- a/usr.sbin/ctld/login.c
+++ b/usr.sbin/ctld/login.c
@@ -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>
diff --git a/usr.sbin/ctld/parse.y b/usr.sbin/ctld/parse.y
index 76873d4..cfc202c 100644
--- a/usr.sbin/ctld/parse.y
+++ b/usr.sbin/ctld/parse.y
@@ -35,7 +35,6 @@
#include <sys/stat.h>
#include <assert.h>
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.sbin/ctld/pdu.c b/usr.sbin/ctld/pdu.c
index c3181ac..be3598e 100644
--- a/usr.sbin/ctld/pdu.c
+++ b/usr.sbin/ctld/pdu.c
@@ -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>
diff --git a/usr.sbin/ctld/token.l b/usr.sbin/ctld/token.l
index f0cb597..54b803b 100644
--- a/usr.sbin/ctld/token.l
+++ b/usr.sbin/ctld/token.l
@@ -34,7 +34,6 @@
#include <stdint.h>
#include <string.h>
-#include "ctld.h"
#include "y.tab.h"
int lineno;
OpenPOWER on IntegriCloud