summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab/file
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 11:53:43 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 11:53:43 +0000
commit55ecd434c912ac301dcad324d06aff38f4def49c (patch)
tree75a68062a662078774e3d4a5ef6b71e2b0a69ec6 /src/lib/krb5/keytab/file
parentccd88e00c0cd17a58d946c3b7d1bf7215ba9ff40 (diff)
downloadkrb5-55ecd434c912ac301dcad324d06aff38f4def49c.tar.gz
krb5-55ecd434c912ac301dcad324d06aff38f4def49c.tar.xz
krb5-55ecd434c912ac301dcad324d06aff38f4def49c.zip
fix include files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@914 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/keytab/file')
-rw-r--r--src/lib/krb5/keytab/file/ktf_add.c1
-rw-r--r--src/lib/krb5/keytab/file/ktf_close.c4
-rw-r--r--src/lib/krb5/keytab/file/ktf_get_en.c1
-rw-r--r--src/lib/krb5/keytab/file/ktf_next.c1
-rw-r--r--src/lib/krb5/keytab/file/ktf_remove.c2
-rw-r--r--src/lib/krb5/keytab/file/ktf_resolv.c1
-rw-r--r--src/lib/krb5/keytab/file/ktf_ssget.c1
-rw-r--r--src/lib/krb5/keytab/file/ktf_util.c3
-rw-r--r--src/lib/krb5/keytab/file/ktf_wreslv.c1
9 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/krb5/keytab/file/ktf_add.c b/src/lib/krb5/keytab/file/ktf_add.c
index 45651b9f6..942bce200 100644
--- a/src/lib/krb5/keytab/file/ktf_add.c
+++ b/src/lib/krb5/keytab/file/ktf_add.c
@@ -17,7 +17,6 @@ static char rcsid_ktf_add_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_close.c b/src/lib/krb5/keytab/file/ktf_close.c
index abcf8493f..1642a3c86 100644
--- a/src/lib/krb5/keytab/file/ktf_close.c
+++ b/src/lib/krb5/keytab/file/ktf_close.c
@@ -18,9 +18,7 @@ static char rcsid_krb5_ktfile_close_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-
-#include <stdio.h>
-#include <stdlib.h>
+#include <krb5/ext-proto.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_get_en.c b/src/lib/krb5/keytab/file/ktf_get_en.c
index dad940c30..280700824 100644
--- a/src/lib/krb5/keytab/file/ktf_get_en.c
+++ b/src/lib/krb5/keytab/file/ktf_get_en.c
@@ -19,7 +19,6 @@ static char rcsid_krb5_ktfile_get_entry_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_next.c b/src/lib/krb5/keytab/file/ktf_next.c
index 71f30e08d..9ec84876a 100644
--- a/src/lib/krb5/keytab/file/ktf_next.c
+++ b/src/lib/krb5/keytab/file/ktf_next.c
@@ -17,7 +17,6 @@ static char rcsid_ktf_next_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_remove.c b/src/lib/krb5/keytab/file/ktf_remove.c
index 7fb85ab5b..7134842a2 100644
--- a/src/lib/krb5/keytab/file/ktf_remove.c
+++ b/src/lib/krb5/keytab/file/ktf_remove.c
@@ -17,9 +17,7 @@ static char rcsid_ktf_add_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
-#include <errno.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_resolv.c b/src/lib/krb5/keytab/file/ktf_resolv.c
index 8d9b44bee..5bff2c9a8 100644
--- a/src/lib/krb5/keytab/file/ktf_resolv.c
+++ b/src/lib/krb5/keytab/file/ktf_resolv.c
@@ -19,7 +19,6 @@ static char krb5_ktfile_resolve_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
-#include <errno.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_ssget.c b/src/lib/krb5/keytab/file/ktf_ssget.c
index ae05c8f11..b45a46f0a 100644
--- a/src/lib/krb5/keytab/file/ktf_ssget.c
+++ b/src/lib/krb5/keytab/file/ktf_ssget.c
@@ -18,7 +18,6 @@ static char rcsid_ktf_ssget_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
-#include <errno.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_util.c b/src/lib/krb5/keytab/file/ktf_util.c
index fec787b96..92a3add1a 100644
--- a/src/lib/krb5/keytab/file/ktf_util.c
+++ b/src/lib/krb5/keytab/file/ktf_util.c
@@ -45,12 +45,9 @@ static char rcsid_ktf_util_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
#include <krb5/libos.h>
-#include <stdio.h>
#include <krb5/libos-proto.h>
-#include <errno.h>
#include "ktfile.h"
diff --git a/src/lib/krb5/keytab/file/ktf_wreslv.c b/src/lib/krb5/keytab/file/ktf_wreslv.c
index ed9b0bc50..b8de5cf4b 100644
--- a/src/lib/krb5/keytab/file/ktf_wreslv.c
+++ b/src/lib/krb5/keytab/file/ktf_wreslv.c
@@ -19,7 +19,6 @@ static char krb5_ktfile_wresolve_c[] =
#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
-#include <errno.h>
#include "ktfile.h"