summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 13:12:44 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 13:12:44 +0000
commitf3458a7fd11e96755c9ccd4817eb3993f4d119ef (patch)
treeea6d8ac43ac3af4d06aa643c688f111e839f12bf /src
parentf98743a762dc58d69a4ef4f7115c2479c09babde (diff)
fix include files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@916 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/asn.1/decode.c4
-rw-r--r--src/lib/krb5/asn.1/encode.c5
2 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/krb5/asn.1/decode.c b/src/lib/krb5/asn.1/decode.c
index 09545d0f2..4a6e084ba 100644
--- a/src/lib/krb5/asn.1/decode.c
+++ b/src/lib/krb5/asn.1/decode.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* decoding glue routines.
*/
@@ -19,8 +19,6 @@ static char rcsid_decode_c[] =
#include <isode/psap.h>
#include "KRB5-types.h"
#include <krb5/krb5.h>
-#include <errno.h>
-#include <krb5/isode_err.h>
#include "encode.h"
#include "asn1defs.h"
diff --git a/src/lib/krb5/asn.1/encode.c b/src/lib/krb5/asn.1/encode.c
index e470d2637..7cb8ee091 100644
--- a/src/lib/krb5/asn.1/encode.c
+++ b/src/lib/krb5/asn.1/encode.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* encoding glue routines.
*/
@@ -19,9 +19,6 @@ static char rcsid_encode_c[] =
#include <isode/psap.h>
#include "KRB5-types.h"
#include <krb5/krb5.h>
-#include <errno.h>
-#include <krb5/isode_err.h>
-#include <krb5/krb5_err.h>
#include "encode.h"
#include "asn1defs.h"