From ad9320435795ba7a06288024cb1a6cb8f63f4d72 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 20 Jan 2007 18:32:03 +0000 Subject: [PATCH] Don't explicitly include error table headers that are also in krb5.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19094 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/chpw.c | 1 - src/lib/krb5/krb5_libinit.c | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/lib/krb5/krb/chpw.c b/src/lib/krb5/krb/chpw.c index 427ea39aa..51623c2f4 100644 --- a/src/lib/krb5/krb/chpw.c +++ b/src/lib/krb5/krb/chpw.c @@ -4,7 +4,6 @@ #include #include "k5-int.h" -#include "krb5_err.h" #include "auth_con.h" diff --git a/src/lib/krb5/krb5_libinit.c b/src/lib/krb5/krb5_libinit.c index fce97ffb2..e82891a57 100644 --- a/src/lib/krb5/krb5_libinit.c +++ b/src/lib/krb5/krb5_libinit.c @@ -3,10 +3,6 @@ #include "autoconf.h" #include "com_err.h" #include "k5-int.h" -#include "krb5_err.h" -#include "kv5m_err.h" -#include "asn1_err.h" -#include "kdb5_err.h" #if defined(_WIN32) || defined(USE_CCAPI) #include "stdcc.h" -- 2.26.2