fix include files
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 13:12:44 +0000 (13:12 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 13:12:44 +0000 (13:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@916 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/decode.c
src/lib/krb5/asn.1/encode.c

index 09545d0f26dd2c1d3d9760a6a9f8001b4ddbee5c..4a6e084bafabba09109ec1354e0535e13bb2fe6d 100644 (file)
@@ -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"
 
index e470d2637fde84f9c238750dc861cb4aae336c62..7cb8ee09140e2dc16fcf3e41b7003de01725aa31 100644 (file)
@@ -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"